'powered by pretix' link

This commit is contained in:
Raphael Michel
2015-03-13 01:48:48 +01:00
parent 505feedeb8
commit a78f447750
5 changed files with 27 additions and 1 deletions

View File

@@ -2,3 +2,9 @@
@import "../../../../base/static/fontawesome/less/font-awesome.less";
@fa-font-path: "../../fontawesome/fonts";
@import "forms.less";
footer {
text-align: center;
padding: 10px 0;
font-size: 11px;
}

View File

@@ -14,7 +14,7 @@
{% block content %}
{% endblock %}
<footer>
{% with "href='http://pretix.de'" as a_attr %}
{% with "href='http://pretix.eu'" as a_attr %}
{% blocktrans trimmed %}
powered by <a {{ a_attr }}>pretix</a>
{% endblocktrans %}

View File

@@ -46,5 +46,12 @@
{% block content %}
{% endblock %}
</div>
<footer>
{% with "href='http://pretix.eu'" as a_attr %}
{% blocktrans trimmed %}
powered by <a {{ a_attr }}>pretix</a>
{% endblocktrans %}
{% endwith %}
</footer>
</body>
</html>

View File

@@ -4,3 +4,9 @@
@import "event.less";
@import "forms.less";
footer {
text-align: center;
padding: 10px 0;
font-size: 11px;
}

View File

@@ -28,5 +28,12 @@
{% block content %}
{% endblock %}
</div>
<footer>
{% with "href='http://pretix.eu'" as a_attr %}
{% blocktrans trimmed %}
powered by <a {{ a_attr }}>pretix</a>
{% endblocktrans %}
{% endwith %}
</footer>
</body>
</html>