ojuso-map/ojusomap/templates/registration/password_change_form.html

12 lines
212 B
HTML
Raw Normal View History

2017-10-09 19:23:03 +00:00
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<form method="post" action=".">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="{% trans 'Submit' %}" />
</form>
{% endblock %}