Better alignment of partition links

Fixes #2
This commit is contained in:
Martin Pépin 2017-10-13 14:50:23 +02:00
parent bad1d57bf0
commit d7c388362c

View file

@ -33,7 +33,7 @@
{% elif user.is_authenticated and ".mp3" in p.part.url %} {% elif user.is_authenticated and ".mp3" in p.part.url %}
<li><a href="{% url "partitions-see" nom auteur p.id %}" class="fichier">{{ p.nom }}</a> <li><a href="{% url "partitions-see" nom auteur p.id %}" class="fichier">{{ p.nom }}</a>
{% else %} {% else %}
<li>{{ p.nom }} <li><p class="fichier">{{ p.nom }}</p>
{% endif %} {% endif %}
{% if user.is_authenticated %} {% if user.is_authenticated %}