{%extends 'singup.html'%} {% load crispy_forms_tags %} {% block content %} {{title}} | {{title2}} {% csrf_token %} {{ form|crispy }} {{title}} Forgot Password? {% csrf_token %} {{ form2|crispy }} {{title2}} {% endblock content %}
Forgot Password?