Calendrier dynamique
+ +{% if success %} +Calendrier mis à jour avec succès
+{% endif %} + +{% if error %} +{{ error }}
+{% endif %} + +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. +
+ +{% if token %} +Votre calendrier (compatible avec toutes les applications d'agenda) se trouve à +cette adresse.
+ +-
+
- Pour l'ajouter à Thunderbird (lightning), il faut copier ce lien et aller + dans Fichier > Nouveau > Agenda puis choisir Sur le + réseau et le format .ics. +
- Avec Apple, il suffit de cliquer sur lien et d'ouvrir le fichier avec + l'application calendrier. +
- Google Agenda permet d'importer le fichier au format .ics depuis le menu + Préférences. +
+ + + +{% endblock %} diff --git a/gestioncof/templates/details_demande_petit_cours.html b/gestioncof/templates/details_demande_petit_cours.html index e7c59522..b51c0dc0 100644 --- a/gestioncof/templates/details_demande_petit_cours.html +++ b/gestioncof/templates/details_demande_petit_cours.html @@ -1,35 +1,38 @@ {% extends "base_title_petitscours.html" %} {% load staticfiles %} +{% block page_size %}col-sm-8{% endblock %} + {% block realcontent %} -
Demande de petits cours
+Demande de petits cours
{% include "details_demande_petit_cours_infos.html" %}-
-
-
- Traitée:
- Traitée par: {{ demande.traitee_par }} -
- Traitée le: {{ demande.processed }} -
-
- Attributions:
+
+Traitée par {{ demande.traitee_par }} +Traitée le {{ demande.processed }} {% endif %} - ++ Attributions -
{% for attrib in attributions %}
- {{ attrib.user.get_full_name }} pour {{ attrib.matiere }}, {{ attrib.date|date:"d E Y" }} {% endfor %}
- Date: {{ demande.created }} -
- Nom/prénom: {{ demande.name }} -
- Email: {{ demande.email }} -
- Téléphone: {{ demande.phone }} -
- Lieu: {{ demande.lieu }} -
- Quand: {{ demande.quand }} -
- Fréquence: {{ demande.freq }} -
- Matières: {% for matiere in demande.matieres.all %}{% if forloop.counter0 > 0 %}, {% endif %}{{ matiere }}{% endfor %} -
- Niveau souhaité: {{ demande.get_niveau_display }} -
- Agrégé requis:
- Remarques: {{ demande.remarques }} -
Traitée | |
-
-
Date | {{ demande.created }} |
Nom/prénom | {{ demande.name }} |
{{ demande.email }} | |
Téléphone | {{ demande.phone }} |
Lieu | {{ demande.lieu }} |
Quand | {{ demande.quand }} |
Fréquence | {{ demande.freq }} |
Matières | {% for matiere in demande.matieres.all %}{% if forloop.counter0 > 0 %}, {% endif %}{{ matiere }}{% endfor %} |
Niveau souhaité | {{ demande.get_niveau_display }} |
Agrégé requis | |
Remarques | {{ demande.remarques }} |
Événement: {{ event.title }}{% if user.is_staff %} – Administration{% endif %}
+Événement: {{ event.title }}{% if user.is_staff %} Administration{% endif %}
{% if event.details %}{{ event.details }}
+{% endif %} {% include "tristate_js.html" %}
Filtres
Résultats globaux
{% for option in options %}{{ option.value }}
@@ -22,6 +26,7 @@ {% endfor %} {% endfor %} +Réponses individuelles
-
{% for user_choice in user_choices %}{% with user_choice.user as auser %}
@@ -38,6 +43,7 @@
{% endif %}
{% endwith %}{% endfor %}