Assiduité : ajout_justificatif_etud : bug non affichage btn enregistrer / annuler

This commit is contained in:
Iziram 2024-06-05 09:27:18 +02:00
parent 1167c13787
commit 0fee2e612b

View File

@ -150,12 +150,13 @@ div.submit > input {
<span class="help" style="margin-left: 12px;">laisser vide pour date courante</span>
{{ render_field_errors(form, 'entry_date') }}
{% if readonly == False %}
{% if not readonly %}
{# Submit #}
<div class="submit">
{{ form.submit }} {{ form.cancel }}
</div>
{% if justif %}
<div class="info-row">
<a
style="color:red;"
@ -169,6 +170,7 @@ div.submit > input {
>Supprimer le justificatif</a>
</div>
{% endif %}
{% endif %}