finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
{% extends 'base.html' %}
{% block content %}
<form action="/accounts/register/" method="post">
{{ form.as_p }}
<input type="submit" value="Submit" />
</form>
{% endblock %}