Skip to content

Commit 4aa5676

Browse files
committed
update ru en
1 parent a9a69c3 commit 4aa5676

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{% extends 'task_manager/base.html' %}
2+
{% load i18n %}
3+
{% load django_bootstrap5 %}
4+
5+
{% block content %}
6+
{% bootstrap_messages %}
7+
<h1 class="my-4">{% translate "Update user" %}</h1>
8+
<form method="post" class="form">
9+
{% csrf_token %}
10+
{% bootstrap_form form %}
11+
<button type="submit" class="btn btn-primary">
12+
{% translate "Update" %}
13+
</button>
14+
</form>
15+
{% endblock %}

0 commit comments

Comments
 (0)