Merge pull request 'Assiduité : ajout_justificatif_etud : bug non affichage btn enregistrer / annuler' (#920) from iziram/ScoDoc:hotfix into master

Reviewed-on: ScoDoc/ScoDoc#920
This commit is contained in:
Emmanuel Viennet 2024-06-05 09:52:37 +02:00
commit b7cbfbae67

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 %}