{% extends 'base.html' %} {% load staticfiles %} {% load widget_tweaks %} {% block navbar-right %} {% endblock %} {% block content-center %}
{% csrf_token %}
{{ form.acc_or_email|add_error_class:"has-error"|add_class:"form-control" }}
{{ form.acc_or_email.errors }}
{{ form.password | add_error_class:"has-error"|add_class:"form-control" }}
{{ form.password.errors }}

Click here if you forget your password

Click here to change your password

Or do you want to sign up?

{% endblock %} {% block bottom %}{% endblock %}