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