Corrigé une coquille

This commit is contained in:
Darks 2019-06-06 00:12:12 +02:00
parent b16d0ad178
commit 6c586ad4c6
Signed by: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<a href="/user/{{ user.name }}">Visiter la page de profil de {{ user.name }}</a>
<form action="{{ url_for('adm_edit_account', user_id=user.id) }}" method="post" enctype="multipart/form-data">
{{ form.hidden_tag() }}
<h2>Participation</h2>
<h2>Informations</h2>
<div>
{{ form.avatar.label }}