mirror of
https://github.com/pretix/pretix.git
synced 2026-08-24 13:02:00 +00:00
Move some links to their own templates
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
{% load i18n %}
|
||||||
|
{% with 'target="blank" href="https://pretix.eu"'|safe as a_attr %}
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
powered by <a {{ a_attr }}>pretix</a>
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% endwith %}
|
||||||
@@ -163,11 +163,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="footer">
|
<td class="footer">
|
||||||
<div>
|
<div>
|
||||||
{% with 'target="blank" href="https://pretix.eu"'|safe as a_attr %}
|
{% include "pretixbase/email/email_footer.html" %}
|
||||||
{% blocktrans trimmed %}
|
|
||||||
powered by <a {{ a_attr }}>pretix</a>
|
|
||||||
{% endblocktrans %}
|
|
||||||
{% endwith %}
|
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -224,6 +224,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</ul>
|
</ul>
|
||||||
|
{% include "pretixcontrol/base_after_nav.html" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@@ -322,3 +322,13 @@ body.loading #wrapper {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar-content {
|
||||||
|
text-align: center;
|
||||||
|
padding: 10px 0;
|
||||||
|
font-size: 12px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 80%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user