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>
|
<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 %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user