diff --git a/templates/user/edit.html b/templates/user/edit.html index ff052b9b..709892cc 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -3,12 +3,16 @@ {% block content %}
-
+

{{ user.first_name }} {{ user.last_name }}
Edit user details

+ + {% set form_action = url_for('atst.save_user') %} + {% include "fragments/edit_user_form.html" %} +
{% endblock %}