From 64e3c1f3cb5ececc8d5ef4862074a31e853a3ad6 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Tue, 5 Feb 2013 21:41:26 +0100 Subject: [PATCH] template: Removed unused 'load staticfiles'. --- openslides/agenda/templates/agenda/item_row.html | 1 - openslides/agenda/templates/agenda/widget.html | 1 - openslides/assignment/templates/assignment/overview.html | 1 - openslides/assignment/templates/assignment/widget.html | 1 - openslides/motion/templates/motion/overview.html | 1 - openslides/motion/templates/motion/poll_view.html | 1 - openslides/motion/templates/motion/widget.html | 1 - .../participant/templates/participant/group_overview.html | 1 - openslides/participant/templates/participant/login.html | 2 +- 9 files changed, 1 insertion(+), 9 deletions(-) diff --git a/openslides/agenda/templates/agenda/item_row.html b/openslides/agenda/templates/agenda/item_row.html index ee09dfc8b..d987ce56b 100644 --- a/openslides/agenda/templates/agenda/item_row.html +++ b/openslides/agenda/templates/agenda/item_row.html @@ -1,5 +1,4 @@ {% load i18n %} -{% load staticfiles %} {% load tags %} diff --git a/openslides/agenda/templates/agenda/widget.html b/openslides/agenda/templates/agenda/widget.html index 2ccd1933a..ce15b4d57 100644 --- a/openslides/agenda/templates/agenda/widget.html +++ b/openslides/agenda/templates/agenda/widget.html @@ -1,4 +1,3 @@ -{% load staticfiles %} {% load i18n %} {% load tags %} diff --git a/openslides/assignment/templates/assignment/overview.html b/openslides/assignment/templates/assignment/overview.html index f38cc5489..6519c6bd9 100644 --- a/openslides/assignment/templates/assignment/overview.html +++ b/openslides/assignment/templates/assignment/overview.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% load staticfiles %} {% block title %}{{ block.super }} – {% trans "Elections" %}{% endblock %} diff --git a/openslides/assignment/templates/assignment/widget.html b/openslides/assignment/templates/assignment/widget.html index f428d341a..d7a885b1d 100644 --- a/openslides/assignment/templates/assignment/widget.html +++ b/openslides/assignment/templates/assignment/widget.html @@ -1,4 +1,3 @@ -{% load staticfiles %} {% load i18n %} {% load tags %} diff --git a/openslides/motion/templates/motion/overview.html b/openslides/motion/templates/motion/overview.html index 4c9850559..9f40e1040 100644 --- a/openslides/motion/templates/motion/overview.html +++ b/openslides/motion/templates/motion/overview.html @@ -2,7 +2,6 @@ {% load tags %} {% load i18n %} -{% load staticfiles %} {% block title %}{{ block.super }} – {% trans "Motions" %}{% endblock %} diff --git a/openslides/motion/templates/motion/poll_view.html b/openslides/motion/templates/motion/poll_view.html index bfadf2e3a..414503db6 100644 --- a/openslides/motion/templates/motion/poll_view.html +++ b/openslides/motion/templates/motion/poll_view.html @@ -1,7 +1,6 @@ {% extends 'base.html' %} {% load i18n %} -{% load staticfiles %} {% block title %} {{ block.super }} - {% trans "Motion" %} {{ motion.number }}, {{ ballot }}. {% trans "Vote" %} diff --git a/openslides/motion/templates/motion/widget.html b/openslides/motion/templates/motion/widget.html index d7488530c..37302db51 100644 --- a/openslides/motion/templates/motion/widget.html +++ b/openslides/motion/templates/motion/widget.html @@ -1,4 +1,3 @@ -{% load staticfiles %} {% load i18n %} {% load tags %} diff --git a/openslides/participant/templates/participant/group_overview.html b/openslides/participant/templates/participant/group_overview.html index 256135dd6..f86c9b5ba 100644 --- a/openslides/participant/templates/participant/group_overview.html +++ b/openslides/participant/templates/participant/group_overview.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% load staticfiles %} {% load tags %} {% block title %}{{ block.super }} – {% trans "Groups" %}{% endblock %} diff --git a/openslides/participant/templates/participant/login.html b/openslides/participant/templates/participant/login.html index 1e61f90fd..ec7576bae 100644 --- a/openslides/participant/templates/participant/login.html +++ b/openslides/participant/templates/participant/login.html @@ -8,7 +8,7 @@ {% block body %}
-

+

{% if form.errors %}