{% extends 'pages/base.html' %} {% load static %} {% block title %}PyHub - Login{% endblock %} {% block extrahead %} {% endblock %} {% block content %} <PyHub Login> {% csrf_token %} {{ form.as_p }} Remember me Forgot your password? Click here to reset. {% endblock %}
Forgot your password? Click here to reset.