From a38b13cf1f469aeb43fbdb0703d5df602e383f0f Mon Sep 17 00:00:00 2001 From: Thomas Noel Date: Thu, 18 Jul 2013 09:58:45 +0000 Subject: [PATCH] base.html template (needed by authentic2) --- univcloud/templates/base.html | 43 +---------------------------------- 1 file changed, 1 insertion(+), 42 deletions(-) mode change 100644 => 120000 univcloud/templates/base.html diff --git a/univcloud/templates/base.html b/univcloud/templates/base.html deleted file mode 100644 index 926cdcd..0000000 --- a/univcloud/templates/base.html +++ /dev/null @@ -1,42 +0,0 @@ -{% load url from future %} -{% load i18n %} - - - - - {% block page-title %}Univcloud{% endblock %} - - {% block extrascripts %} - {% endblock %} - - - - - - {% block wrapper %} -
- {% endblock %} - {% if not popup %} - - {% endif %} -
- {% if messages %} -
    - {% for message in messages %} - {{ message }} - {% endfor %} -
- {% endif %} - {% block beforecontent %} - {% endblock %} - {% block content %} - {% endblock %} -
-
- {% block page-end %} - {% endblock %} - - diff --git a/univcloud/templates/base.html b/univcloud/templates/base.html new file mode 120000 index 0000000..aa529e1 --- /dev/null +++ b/univcloud/templates/base.html @@ -0,0 +1 @@ +univcloud/base.html \ No newline at end of file