forked from CGM_Public/pretix_original
Consistent use of static files template tags
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{% extends "pretixpresale/base.html" %}
|
{% extends "pretixpresale/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load staticfiles %}
|
||||||
{% load eventurl %}
|
{% load eventurl %}
|
||||||
{% block thetitle %}
|
{% block thetitle %}
|
||||||
{% block title %}{% endblock %}{% if url_name != "event.index" %} :: {% endif %}{{ event.name }}
|
{% block title %}{% endblock %}{% if url_name != "event.index" %} :: {% endif %}{{ event.name }}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% extends "pretixpresale/base.html" %}
|
{% extends "pretixpresale/base.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load staticfiles %}
|
||||||
{% load eventurl %}
|
{% load eventurl %}
|
||||||
{% block thetitle %}
|
{% block thetitle %}
|
||||||
{% block title %}{% endblock %}{% if url_name != "organizer.index" %} :: {% endif %}{{ organizer.name }}
|
{% block title %}{% endblock %}{% if url_name != "organizer.index" %} :: {% endif %}{{ organizer.name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user