lenticular_cloud2/templates/frontend/password_change.html.j2

10 lines
164 B
Plaintext
Raw Normal View History

{% extends 'frontend/base.html.j2' %}
{% block title %}{{ gettext('Password Change') }}{% endblock %}
{% block content %}
{{ render_form(form)}}
{% endblock %}