diff --git a/evenementiel/urls.py b/evenementiel/urls.py index 682df1e..0eacac6 100644 --- a/evenementiel/urls.py +++ b/evenementiel/urls.py @@ -1,5 +1,5 @@ """ -GestionEvenmentiel URL configuration +GestionÉvenementiel URL configuration """ from django.conf import settings from django.conf.urls import url, include diff --git a/shared/templates/base.html.old b/shared/templates/base.html.old deleted file mode 100644 index 757854e..0000000 --- a/shared/templates/base.html.old +++ /dev/null @@ -1,75 +0,0 @@ -{% extends "base_html.html" %} -{% load staticfiles %} - -{% block title %}Qwann{% block sub_title %}{% endblock %}{% endblock %} - -{% block navbar %} -
  • - {% if user.is_authenticated %} - - {% else %} -
  • -
  • - {% endif %} -{% endblock %} - -{% block main_container %} -
    -
    -
    - {% if messages %} - {% for message in messages %} - - {% endfor %} - {% endif %} - {% block content %}{% endblock %} -
    - -
    -
    -{% endblock %} - -{% block foot %} -
    -
    -
    - Liens utiles - -
    - -
    -
    -{% endblock %} - -{% block foot_copyrights %} - La totalité du contenu de ce site est sous licence libre CC0. Plus d'infos. -{% endblock %} diff --git a/shared/templates/base_error.html b/shared/templates/base_error.html index 8cf19a6..841b576 100644 --- a/shared/templates/base_error.html +++ b/shared/templates/base_error.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% block sec_title %}Erreur !{% endblock %} +{% block page_title %}Erreur !{% endblock %} + -{% block aside %} - Les messages d'erreur, c'est pas cool. Mais bon, si vous êtes tombé de ssus, c'est que vous l'avez sans doute un peu cherché. Sinon c'est que le site a été codé par un-e incapable. L'un des cas de figure est plus probable que l'autre, mais je me garderai bien de dire lequel. -{% endblock %} diff --git a/shared/templates/base_html.html.old b/shared/templates/base_html.html.old deleted file mode 100644 index 10c3633..0000000 --- a/shared/templates/base_html.html.old +++ /dev/null @@ -1,71 +0,0 @@ -{% load staticfiles %} - - - - - - {% block title %}{% endblock %} - - - - - - - - - - - - - - - - {% block extra_head %}{% endblock %} - - -
    -
    -
    - -
    -
    -
    -
    -

    {% block section_title %}{% endblock %}

    -
    -
    -
    -
    - {% block main_container %}{% endblock %} -
    - - {% block extra_script %}{% endblock %} - - -