Retouches sur le CSS

This commit is contained in:
Martin Pépin 2016-06-24 20:50:28 +02:00
parent 72fc04e45b
commit 35db93b1e5
3 changed files with 24 additions and 5 deletions

View file

@ -10,6 +10,7 @@
<p>{{ suppression }}</p>
{% endif %}
<div class="info_part">
{% if user.profile.is_chef %}
<form action="{% url "partitions.views.listepart" nom auteur %}" id="chef-edit-form" method="post">
{% csrf_token %}
@ -18,10 +19,13 @@
</form>
{% else %}
{% if p.infos %}
<h4>Infos utiles</h4>
<p>{{ p.infos }}</p>
<div>
<h4>Infos utiles</h4>
<p>{{ p.infos }}</p>
</div>
{% endif %}
{% endif %}
</div>
<ul class="filelist">
{% for p in part %}