From 849ebd28a2388e3257cb360a4609d3e9dfc77dc0 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Aug 2015 14:06:07 -0400 Subject: ok --- frontend/templates/pas | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 frontend/templates/pas (limited to 'frontend/templates/pas') diff --git a/frontend/templates/pas b/frontend/templates/pas new file mode 100644 index 0000000..0fb5d5c --- /dev/null +++ b/frontend/templates/pas @@ -0,0 +1,14 @@ +{% extends "password_reset/base.html" %}{% load i18n %}{% load url from future %} + +{% block content %} + {% if invalid %}{% url "password_reset_recover" as recovery_url %} +

{% blocktrans %}Sorry, this password reset link is invalid. You can still request a new one.{% endblocktrans %}

+ {% else %} +

{% blocktrans %}Hi, {{ username }}. Please choose your new password.{% endblocktrans %}

+
+ {% csrf_token %} + {{ form.as_p }} +

+
+ {% endif %} +{% endblock %} -- cgit v1.2.3-70-g09d2