Limite autorisation de commentaire aux pers. autorisées
This commit is contained in:
parent
6dfc3c6e42
commit
f11d20c2f9
6 changed files with 66 additions and 4 deletions
|
|
@ -43,6 +43,7 @@ input[name$='titre'] { width: 40em; }
|
|||
<div class="block"><span class="label">Orientation :</span> {{ student.option_ase }}</div>
|
||||
{% endif %}
|
||||
|
||||
{% if form %}
|
||||
<form method="post" action="." enctype="multipart/form-data">{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
|
||||
|
|
@ -52,5 +53,6 @@ input[name$='titre'] { width: 40em; }
|
|||
{% endfor %}
|
||||
<button class="button" type="submit">Enregistrer</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue