Changement des titres pour plus de lisibilité
This commit is contained in:
parent
a1580cc7a2
commit
d535de177c
1 changed files with 3 additions and 5 deletions
|
@ -1,16 +1,14 @@
|
|||
{% extends "base_title.html" %}
|
||||
|
||||
{% block realcontent %}
|
||||
<h1><strong>{{tirage_name}}</strong></h1>
|
||||
<br>
|
||||
<h2>Liste des spectacles</h2>
|
||||
<h2><strong>{{tirage_name}}</strong></h2>
|
||||
<h3>Liste des spectacles</h3>
|
||||
<ul>
|
||||
{% for spectacle in object_list %}
|
||||
<li><a href="{% url 'bda-spectacle' tirage_id spectacle.id %}">{{ spectacle }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<br>
|
||||
<h2> Exports </h2>
|
||||
<h3> Exports </h3>
|
||||
<ul>
|
||||
<li><a href="{% url 'bda-unpaid' tirage_id %}">Mailing list impayés</a>
|
||||
<li><a href="{% url 'bda-liste-spectacles-ics' tirage_id %}">Calendrier des spectacles (.ics)</a>
|
||||
|
|
Loading…
Reference in a new issue