From 9873991d42abe06911adb580d8134316749a29b0 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 1 Jun 2015 00:20:38 +0200 Subject: [PATCH] remove unused templates, move base.html in new path --- .../templates/{ => authentic2}/base.html | 0 authentic2/templates/base.new.html | 28 ---------- authentic2/templates/base.old.html | 54 ------------------- 3 files changed, 82 deletions(-) rename authentic2/templates/{ => authentic2}/base.html (100%) delete mode 100644 authentic2/templates/base.new.html delete mode 100644 authentic2/templates/base.old.html diff --git a/authentic2/templates/base.html b/authentic2/templates/authentic2/base.html similarity index 100% rename from authentic2/templates/base.html rename to authentic2/templates/authentic2/base.html diff --git a/authentic2/templates/base.new.html b/authentic2/templates/base.new.html deleted file mode 100644 index d9b1b32..0000000 --- a/authentic2/templates/base.new.html +++ /dev/null @@ -1,28 +0,0 @@ -{% load staticfiles %} - - - - [page_title] - - [script] - - -
-

Pr@tic

- [if-any breadcrumb][end] -
-

[if-any title][title][else][site_name][end]

- [prelude] - [body] -
-

  Vous devez accepter les cookies pour vous identifier.

- - -
- - diff --git a/authentic2/templates/base.old.html b/authentic2/templates/base.old.html deleted file mode 100644 index 64640ef..0000000 --- a/authentic2/templates/base.old.html +++ /dev/null @@ -1,54 +0,0 @@ -{% load i18n %} - - - - - - - {% block title %}User test{% endblock %} - {{ openid_meta }} - {% block extra_scripts %} - {% endblock %} - - - -
- - -
- -
- {% if request.user.is_authenticated %} -
-

- {% blocktrans with request.user.get_full_name as username %}Hello {{ username }}.{% endblocktrans %} - {% trans "Logout" %}

-
- {% endif %} - {% block messages %} - {% if messages %} -
    - {% for message in messages %} - {{ message }} - {% endfor %} -
- {% endif %} - {% endblock %} - {% block content %}{% endblock %} -
- - -
- - -