Retouches sur le CSS
This commit is contained in:
parent
72fc04e45b
commit
35db93b1e5
3 changed files with 24 additions and 5 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue