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 %} - - {% 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