Quelques explications dans le template
This commit is contained in:
parent
a6b5fe0863
commit
7fcaaef527
1 changed files with 12 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
{% block realcontent %}
|
{% block realcontent %}
|
||||||
|
|
||||||
|
<h2>Calendrier dynamique</h2>
|
||||||
|
|
||||||
{% if success %}
|
{% if success %}
|
||||||
<p class="success">Calendrier mis à jour avec succès</p>
|
<p class="success">Calendrier mis à jour avec succès</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -10,11 +12,19 @@
|
||||||
<p class="error">{{ error }}</p>
|
<p class="error">{{ error }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<p>Ce formulaire vous permet de définir un calendrier dynamique compatible avec
|
||||||
|
n'importe quel logiciel ou application d'agenda. Vous pouvez choisir de
|
||||||
|
souscrire aux événements du COF et/ou aux spectacles BdA.
|
||||||
|
</p>
|
||||||
|
|
||||||
{% if token %}
|
{% if token %}
|
||||||
<p>Calendrier disponible à
|
<p>Le lien à fournir avec votre application agenda préférée se trouve
|
||||||
<a href="{% url 'gestioncof.views.calendar_ics' token %}">cette adresse</a></p>
|
<a href="{% url 'gestioncof.views.calendar_ics' token %}">ici</a>.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<hr />
|
||||||
|
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form.as_p }}
|
{{ form.as_p }}
|
||||||
|
|
Loading…
Reference in a new issue