forked from CGM_Public/pretix_original
Moved "powered by pretix" to a seperate template
This commit is contained in:
@@ -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