Consistent use of static files template tags

This commit is contained in:
Raphael Michel
2015-12-03 23:23:07 +01:00
parent 8dd7b581d5
commit b26eaaa6c9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{% extends "pretixpresale/base.html" %}
{% load i18n %}
{% load static %}
{% load staticfiles %}
{% load eventurl %}
{% block thetitle %}
{% block title %}{% endblock %}{% if url_name != "event.index" %} :: {% endif %}{{ event.name }}

View File

@@ -1,6 +1,6 @@
{% extends "pretixpresale/base.html" %}
{% load i18n %}
{% load static %}
{% load staticfiles %}
{% load eventurl %}
{% block thetitle %}
{% block title %}{% endblock %}{% if url_name != "organizer.index" %} :: {% endif %}{{ organizer.name }}