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