Refound Account

This commit is contained in:
2016-11-30 02:41:25 +01:00
parent 00feca44d8
commit 3c8a4f068e
7 changed files with 162 additions and 31 deletions

View File

@ -0,0 +1,14 @@
{% extends "core/base.jinja" %}
{% block title %}
{% trans %}Refound account{% endtrans %}
{% endblock %}
{% block content %}
<h3>{% trans %}Refound account{% endtrans %}</h3>
<form action="" method="post">
{% csrf_token %}
{{ form.as_p() }}
<p><input type="submit" value="{% trans %}Refound{% endtrans %}" /></p>
</form>
{% endblock %}