10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
|
{% extends 'frontend/base.html.j2' %}
|
||
|
|
||
|
{% block title %}{{ gettext('Password Change') }}{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
{{ render_form(form)}}
|
||
|
|
||
|
{% endblock %}
|