initial
This commit is contained in:
18
templates/settings.html
Normal file
18
templates/settings.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}Настройки{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>
|
||||
Сменить пароль
|
||||
</h2>
|
||||
<font color="red">{{ error }}</font>
|
||||
<form method="POST">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
{{ form }}
|
||||
</table>
|
||||
<button type="submit" class="btn btn-dark" value="Сменить" style="margin-top: 20px;"><i class="fa fa-check"></i> Сменить</button>
|
||||
</form>
|
||||
<hr>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user