template: Removed unused 'load staticfiles'.

This commit is contained in:
Emanuel Schuetze 2013-02-05 21:41:26 +01:00
parent 8388774f12
commit 64e3c1f3cb
9 changed files with 1 additions and 9 deletions

View File

@ -1,5 +1,4 @@
{% load i18n %}
{% load staticfiles %}
{% load tags %}
<td>

View File

@ -1,4 +1,3 @@
{% load staticfiles %}
{% load i18n %}
{% load tags %}

View File

@ -1,7 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
{% load staticfiles %}
{% block title %}{{ block.super }} {% trans "Elections" %}{% endblock %}

View File

@ -1,4 +1,3 @@
{% load staticfiles %}
{% load i18n %}
{% load tags %}

View File

@ -2,7 +2,6 @@
{% load tags %}
{% load i18n %}
{% load staticfiles %}
{% block title %}{{ block.super }} {% trans "Motions" %}{% endblock %}

View File

@ -1,7 +1,6 @@
{% extends 'base.html' %}
{% load i18n %}
{% load staticfiles %}
{% block title %}
{{ block.super }} - {% trans "Motion" %} {{ motion.number }}, {{ ballot }}. {% trans "Vote" %}

View File

@ -1,4 +1,3 @@
{% load staticfiles %}
{% load i18n %}
{% load tags %}

View File

@ -1,7 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
{% load staticfiles %}
{% load tags %}
{% block title %}{{ block.super }} {% trans "Groups" %}{% endblock %}

View File

@ -8,7 +8,7 @@
{% block body %}
<div id="login-page" class="container">
<h2><img src="/static/img/logo-login.png"></h2>
<h2><img src="{% static '/static/img/logo-login.png' %}"></h2>
{% if form.errors %}
<div class="alert alert-error">