- {% block realcontent %}{% endblock %}
+{% block interm_content %}
+
+
+
+
+ {% block realcontent %}{% endblock %}
+
-
+
{% endblock %}
diff --git a/gestioncof/templates/base_title_petitscours.html b/gestioncof/templates/base_title_petitscours.html
index 2c15ae6f..fa872ed0 100644
--- a/gestioncof/templates/base_title_petitscours.html
+++ b/gestioncof/templates/base_title_petitscours.html
@@ -1,3 +1,2 @@
{% extends "base_title.html" %}
-{% block title %}
{{ site.name }}:
Gestion des petits cours{% 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 | |
{% if demande.traitee %}
- - Traitée par: {{ demande.traitee_par }}
- - Traitée le: {{ demande.processed }}
- -
- Attributions:
+
Traitée par | {{ demande.traitee_par }} |
+ Traitée le | {{ demande.processed }} |
+
+ Attributions |
{% for attrib in attributions %}
- {{ attrib.user.get_full_name }} pour {{ attrib.matiere }}, {{ attrib.date|date:"d E Y" }}
{% endfor %}
-
+ |
+
{% endif %}
-
+
{% if demande.traitee %}
{% else %}
{% endif %}
diff --git a/gestioncof/templates/details_demande_petit_cours_infos.html b/gestioncof/templates/details_demande_petit_cours_infos.html
index b029bc5f..26bf470e 100644
--- a/gestioncof/templates/details_demande_petit_cours_infos.html
+++ b/gestioncof/templates/details_demande_petit_cours_infos.html
@@ -1,14 +1,14 @@
{% load staticfiles %}
-
- - 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 }}
-
+
+ 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 }} |
+
diff --git a/gestioncof/templates/event_status.html b/gestioncof/templates/event_status.html
index fa0e6be3..2a09b820 100644
--- a/gestioncof/templates/event_status.html
+++ b/gestioncof/templates/event_status.html
@@ -1,18 +1,22 @@
{% extends "base_title.html" %}
{% load utils %}
+{% block page_size %}col-sm-8{% endblock %}
+
{% block realcontent %}
- É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 %}
+
Mailing list
{% endblock %}
diff --git a/gestioncof/templates/inscription-petit-cours-formset.html b/gestioncof/templates/inscription-petit-cours-formset.html
index 3ce7a40c..ec8979f5 100644
--- a/gestioncof/templates/inscription-petit-cours-formset.html
+++ b/gestioncof/templates/inscription-petit-cours-formset.html
@@ -1,5 +1,6 @@
+{% load bootstrap %}
{{ formset.non_form_errors.as_ul }}
-