{% extends 'base.html' %} {% load crispy_forms_tags static %} {% load i18n %} {% block title %}{% trans 'Reset Your Password' %}{% endblock title %} {% block body-class %}registration-pycontw-2016{% endblock body-class %} {% block body %}
{% include "registration/_includes/registration_header.html" %}

{% trans 'Reset Your Password' %}

{% crispy form %}

{% url 'signup' as signup_url %} {% blocktrans trimmed %} Don't have an account? Sign up now! {% endblocktrans %}

{% endblock body %}