mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
add translation in update form
This commit is contained in:
parent
afdac5390d
commit
f7ab4824db
@ -12,6 +12,8 @@ Activity list: Liste des activités
|
||||
present: présent
|
||||
not present: absent
|
||||
Delete: Supprimer
|
||||
Update: Mettre à jour
|
||||
Update activity: Édition de l'activité
|
||||
|
||||
#forms
|
||||
Activity creation: Nouvelle activité
|
||||
|
@ -21,6 +21,8 @@
|
||||
{% block title %}{{ 'Activity edit' |trans }}{% endblock title %}
|
||||
|
||||
{% block personcontent %}
|
||||
<h1>{{ "Update activity"|trans }}</h1>
|
||||
|
||||
{{ form(edit_form) }}
|
||||
|
||||
{# {{ form(delete_form) }} #}
|
||||
|
Loading…
x
Reference in New Issue
Block a user