forked from ScoDoc/ScoDoc
Assiduité : ajout_justificatif_etud : bug non affichage btn enregistrer / annuler
This commit is contained in:
parent
1167c13787
commit
0fee2e612b
@ -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 %}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user