From ef74c8409515313bd104c2e65619896c9af907df Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Sep 2013 22:22:47 +0200 Subject: [PATCH] Fixed {% url " syntax --- templates/bda/inscription-bda.html | 2 +- templates/bda/spectacle_list.html | 4 ++-- templates/bda2/inscription-bda.html | 2 +- templates/bda2/spectacle_list.html | 4 ++-- templates/gestioncof/autocomplete_user.html | 8 ++++---- templates/gestioncof/error.html | 2 +- templates/gestioncof/event.html | 2 +- templates/gestioncof/event_status.html | 4 ++-- templates/gestioncof/inscription-petit-cours.html | 2 +- templates/gestioncof/login.html | 2 +- templates/gestioncof/login_switch.html | 4 ++-- templates/gestioncof/profile.html | 2 +- templates/gestioncof/registration.html | 2 +- templates/gestioncof/registration_form.html | 2 +- templates/gestioncof/survey.html | 2 +- templates/gestioncof/survey_status.html | 4 ++-- templates/gestioncof/utile_bda.html | 4 ++-- templates/gestioncof/utile_cof.html | 8 ++++---- 18 files changed, 30 insertions(+), 30 deletions(-) diff --git a/templates/bda/inscription-bda.html b/templates/bda/inscription-bda.html index 0bc3daeb..933f087a 100644 --- a/templates/bda/inscription-bda.html +++ b/templates/bda/inscription-bda.html @@ -95,7 +95,7 @@ var django = { {% if success %}

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

{% endif %} -
+ {% csrf_token %} {% include "inscription-formset.html" %} diff --git a/templates/bda/spectacle_list.html b/templates/bda/spectacle_list.html index fa869e3d..8c44b14e 100644 --- a/templates/bda/spectacle_list.html +++ b/templates/bda/spectacle_list.html @@ -3,9 +3,9 @@ {% block realcontent %}

Spectacles

{% endblock %} diff --git a/templates/bda2/inscription-bda.html b/templates/bda2/inscription-bda.html index 0bc3daeb..933f087a 100644 --- a/templates/bda2/inscription-bda.html +++ b/templates/bda2/inscription-bda.html @@ -95,7 +95,7 @@ var django = { {% if success %}

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

{% endif %} - + {% csrf_token %} {% include "inscription-formset.html" %} diff --git a/templates/bda2/spectacle_list.html b/templates/bda2/spectacle_list.html index 0d437f7f..956037f8 100644 --- a/templates/bda2/spectacle_list.html +++ b/templates/bda2/spectacle_list.html @@ -3,9 +3,9 @@ {% block realcontent %}

Spectacles

{% endblock %} diff --git a/templates/gestioncof/autocomplete_user.html b/templates/gestioncof/autocomplete_user.html index 6779d5b8..26411eee 100644 --- a/templates/gestioncof/autocomplete_user.html +++ b/templates/gestioncof/autocomplete_user.html @@ -3,19 +3,19 @@ {% if members %}
  • Membres du COF
  • {% for member in members %}{% if forloop.counter < 5 %} -
  • {{ member.user|highlight_user:q }}
  • +
  • {{ member.user|highlight_user:q }}
  • {% elif forloop.counter == 5 %}
  • ...{% endif %}{% endfor %} {% endif %} {% if users %}
  • Utilisateurs de GestioCOF
  • {% for user in users %}{% if forloop.counter < 5 %} -
  • {{ user|highlight_user:q }}
  • +
  • {{ user|highlight_user:q }}
  • {% elif forloop.counter == 5 %}
  • ...{% endif %}{% endfor %} {% endif %} {% if clippers %}
  • Utilisateurs clipper
  • {% for clipper in clippers %}{% if forloop.counter < 5 %} -
  • {{ clipper|highlight_clipper:q }}
  • +
  • {{ clipper|highlight_clipper:q }}
  • {% elif forloop.counter == 5 %}
  • ...{% endif %}{% endfor %} {% endif %} @@ -24,6 +24,6 @@ {% else %}
  • Pas dans la liste ?
  • {% endif %} -
  • Créer un compte
  • +
  • Créer un compte
  • diff --git a/templates/gestioncof/error.html b/templates/gestioncof/error.html index 49b49cac..082abcf0 100644 --- a/templates/gestioncof/error.html +++ b/templates/gestioncof/error.html @@ -3,7 +3,7 @@ {% block realcontent %} {% if error_type == "use_clipper_login" %}

    Votre identifiant est lié à un compte clipper

    -

    Veuillez vous connecter à l'aide de votre compte clipper

    +

    Veuillez vous connecter à l'aide de votre compte clipper

    {% elif error_type == "no_password" %}

    Votre compte n'a pas de mot de passe associé

    Veuillez nous contacter pour que nous en définissions un et que nous vous le transmettions !

    diff --git a/templates/gestioncof/event.html b/templates/gestioncof/event.html index df75f506..cc7d96d0 100644 --- a/templates/gestioncof/event.html +++ b/templates/gestioncof/event.html @@ -8,7 +8,7 @@ {% if event.details %}

    {{ event.details }}

    {% endif %} - + {% csrf_token %} {{ form.as_p }} diff --git a/templates/gestioncof/event_status.html b/templates/gestioncof/event_status.html index 09487c1a..fa0e6be3 100644 --- a/templates/gestioncof/event_status.html +++ b/templates/gestioncof/event_status.html @@ -2,13 +2,13 @@ {% load utils %} {% 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

    - + {% csrf_token %} {{ form.as_p }} diff --git a/templates/gestioncof/inscription-petit-cours.html b/templates/gestioncof/inscription-petit-cours.html index 0bc3daeb..933f087a 100644 --- a/templates/gestioncof/inscription-petit-cours.html +++ b/templates/gestioncof/inscription-petit-cours.html @@ -95,7 +95,7 @@ var django = { {% if success %}

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

    {% endif %} - + {% csrf_token %} {% include "inscription-formset.html" %} diff --git a/templates/gestioncof/login.html b/templates/gestioncof/login.html index 4d9e7bf1..7e6a6e66 100644 --- a/templates/gestioncof/login.html +++ b/templates/gestioncof/login.html @@ -10,7 +10,7 @@

    Identifiants incorrects.

    {% endif %} - + {% csrf_token %} diff --git a/templates/gestioncof/login_switch.html b/templates/gestioncof/login_switch.html index 8478518e..84ae1878 100644 --- a/templates/gestioncof/login_switch.html +++ b/templates/gestioncof/login_switch.html @@ -3,10 +3,10 @@ {% block content %}
    - + Compte clipper - + Extérieur
    diff --git a/templates/gestioncof/profile.html b/templates/gestioncof/profile.html index a3f7281d..d226ed72 100644 --- a/templates/gestioncof/profile.html +++ b/templates/gestioncof/profile.html @@ -5,7 +5,7 @@ {% if success %}

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

    {% endif %} - + {% csrf_token %}
    {{ form.as_table }} diff --git a/templates/gestioncof/registration.html b/templates/gestioncof/registration.html index ea34cc77..83aba51b 100644 --- a/templates/gestioncof/registration.html +++ b/templates/gestioncof/registration.html @@ -12,7 +12,7 @@