account and social logic/templates

This commit is contained in:
vabene1111
2021-06-18 16:13:28 +02:00
parent 0256864904
commit 07c34ea7b5
7 changed files with 83 additions and 34 deletions

View File

@@ -6,6 +6,13 @@
{% block head_title %}{% trans "Change Password" %}{% endblock %}
{% block content %}
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{% url 'view_settings' %}">{% trans 'Settings' %}</a></li>
<li class="breadcrumb-item active" aria-current="page">{% trans 'Password' %}</li>
</ol>
</nav>
<h1>{% trans "Change Password" %}</h1>
<form method="POST" action="{% url 'account_change_password' %}" class="password_change">