mirror of
https://github.com/ae-utbm/sith.git
synced 2026-02-20 04:48:37 +00:00
Make file modale chooser and complete user profile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "core/base.jinja" %}
|
||||
{% extends "core/user_base.jinja" %}
|
||||
|
||||
{% block content %}
|
||||
{% block infos %}
|
||||
<h2>{% trans user_name=profile.get_full_name() %}Edit user groups for {{ user_name }}{% endtrans %}</h2>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
|
||||
Reference in New Issue
Block a user