mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
'powered by pretix' link
This commit is contained in:
@@ -2,3 +2,9 @@
|
|||||||
@import "../../../../base/static/fontawesome/less/font-awesome.less";
|
@import "../../../../base/static/fontawesome/less/font-awesome.less";
|
||||||
@fa-font-path: "../../fontawesome/fonts";
|
@fa-font-path: "../../fontawesome/fonts";
|
||||||
@import "forms.less";
|
@import "forms.less";
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
padding: 10px 0;
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<footer>
|
<footer>
|
||||||
{% with "href='http://pretix.de'" as a_attr %}
|
{% with "href='http://pretix.eu'" as a_attr %}
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
powered by <a {{ a_attr }}>pretix</a>
|
powered by <a {{ a_attr }}>pretix</a>
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
|
|||||||
@@ -46,5 +46,12 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
{% with "href='http://pretix.eu'" as a_attr %}
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
powered by <a {{ a_attr }}>pretix</a>
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% endwith %}
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -4,3 +4,9 @@
|
|||||||
|
|
||||||
@import "event.less";
|
@import "event.less";
|
||||||
@import "forms.less";
|
@import "forms.less";
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
padding: 10px 0;
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -28,5 +28,12 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
{% with "href='http://pretix.eu'" as a_attr %}
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
powered by <a {{ a_attr }}>pretix</a>
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% endwith %}
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user