summaryrefslogtreecommitdiff
path: root/gstudio/templates/registration/password_reset_form.html
blob: 71d84df973685351009eefd755c0ad2b167cb468 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "gstudio/base.html" %}
{% load i18n %}

{% block content %}
<form method="post" action=".">
{% csrf_token %}  {{ form.as_p }}

  <input type="submit" value="{% trans 'Submit' %}" />
</form>
{% endblock %}