This commit is contained in:
2022-04-09 14:29:08 +03:00
commit 30bc8ff1b2
90 changed files with 59725 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{% extends "account/base.html" %}
{% load i18n %}
{% block head_title %}{% trans "Change Password" %}{% endblock %}
{% block content %}
<h1>{% trans "Change Password" %}</h1>
<p>{% trans 'Your password is now changed.' %}</p>
{% endblock %}