forked from CGM_Public/pretix_original
Moved "powered by pretix" to a seperate template
This commit is contained in:
@@ -31,11 +31,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% with "href='http://pretix.eu'" as a_attr %}
|
{% include "pretixpresale/base_footer.html" %}
|
||||||
{% blocktrans trimmed %}
|
|
||||||
powered by <a {{ a_attr }}>pretix</a>
|
|
||||||
{% endblocktrans %}
|
|
||||||
{% endwith %}
|
|
||||||
</footer>
|
</footer>
|
||||||
<div id="ajaxerr">
|
<div id="ajaxerr">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{% load i18n %}
|
||||||
|
{% with "href='http://pretix.eu'" as a_attr %}
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
powered by <a {{ a_attr }}>pretix</a>
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% endwith %}
|
||||||
Reference in New Issue
Block a user