Update templates
This commit is contained in:
11
ojusomap/templates/registration/password_reset_form.html
Normal file
11
ojusomap/templates/registration/password_reset_form.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
<form method="post" action=".">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
|
||||
<input type="submit" value="{% trans 'Submit' %}" />
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user