diff --git a/bda/templates/bda-notpaid.html b/bda/templates/bda-notpaid.html index 10b272d8..b25c2ba3 100644 --- a/bda/templates/bda-notpaid.html +++ b/bda/templates/bda-notpaid.html @@ -1,6 +1,6 @@ {% extends "base_title.html" %} {% block realcontent %} -

Nope

+

Nope

Avant de revendre des places, il faut aller les payer !

{% endblock %} diff --git a/bda/templates/bda-revente.html b/bda/templates/bda-revente.html index c901a7d1..10a93d43 100644 --- a/bda/templates/bda-revente.html +++ b/bda/templates/bda-revente.html @@ -7,8 +7,8 @@ {% block realcontent %} -

Revente de place

-
+

Revente de place

+ {% csrf_token %} {% if form.spectacle.errors %}{% endif %}

@@ -21,6 +21,6 @@ Contactez-moi par email si vous êtes intéressé !
{{ user.get_full_name }} ({{ user.email }})

- +
{% endblock %} diff --git a/bda/templates/etat-places.html b/bda/templates/etat-places.html index c8192ac9..64e7846f 100644 --- a/bda/templates/etat-places.html +++ b/bda/templates/etat-places.html @@ -3,7 +3,7 @@ {% block realcontent %}

État des inscriptions BdA

- +
@@ -22,8 +22,8 @@ - {% endfor %}
Titre{{ spectacle.location }} {{ spectacle.slots }} places {{ spectacle.total }} demandes -
{{ spectacle.ratio |floatformat }} -
- Total : {{ total }} demandes + Total : {{ total }} demandes + + + +{% endblock %} + +{% block realcontent %} + + +

Inscription pour donner des cours particuliers

+ {% if success %} +

Votre inscription a été mise à jour avec succès !

+ {% endif %} +
+ {% csrf_token %} +
Recevoir des propositions de petits cours
+ {% include "inscription-petit-cours-formset.html" %} +
+ +
+
+ Remarques: +
+ +

+ 1: spécifiez les matières pour lesquelles vous êtes compétent
+ 2: spécifiez pour chaque matière le ou les niveaux pour lesquels vous souhaitez recevoir des demandes
+ 3: spécifiez si vous êtes titulaire de l'agrégation pour cette matière
+ 4: pour supprimer une ligne, cliquez sur la croix puis appuyer sur Enregistrer
+

+
+
+{% endblock %} diff --git a/gestioncof/templates/petits_cours_demandes_list.html b/gestioncof/templates/petits_cours_demandes_list.html index 101da253..f7cc976b 100644 --- a/gestioncof/templates/petits_cours_demandes_list.html +++ b/gestioncof/templates/petits_cours_demandes_list.html @@ -2,7 +2,7 @@ {% load staticfiles %} {% block realcontent %} -

Demandes de petits cours

+

Demandes de petits cours

{% if object_list %} diff --git a/gestioncof/templates/profile.html b/gestioncof/templates/profile.html index c8ba2cf1..0bc71c0b 100644 --- a/gestioncof/templates/profile.html +++ b/gestioncof/templates/profile.html @@ -8,13 +8,17 @@ {% if success %}

Votre profil a été mis à jour avec succès !

{% endif %} - - {% csrf_token %} -
- {% for field in form %} - {{ field | bootstrap}} - {% endfor %} -
- + +
+ {% for field in form %} + {{ field | bootstrap}} + {% endfor %} + +
+
+ +
{% endblock %} diff --git a/gestioncof/templates/survey_status.html b/gestioncof/templates/survey_status.html index 6d568376..831a07bb 100644 --- a/gestioncof/templates/survey_status.html +++ b/gestioncof/templates/survey_status.html @@ -1,19 +1,24 @@ {% extends "base_title.html" %} {% load utils %} +{% block page_size %}col-sm-8{% endblock %} + {% block realcontent %} -

Sondage: {{ survey.title }}{% if user.is_staff %} – Administration{% endif %}

+

Sondage: {{ survey.title }}{% if user.is_staff %} Administration{% endif %}

{% if survey.details %}

{{ survey.details }}

+
{% endif %}

Filtres

{% include "tristate_js.html" %} {% csrf_token %} {{ form.as_p }} - + +

Résultats globaux

+
{% for question in questions %}

{{ question.question }}

{% endfor %} +

Réponses individuelles

+

Mailing list