mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
pretix Community Edition moves to AGPLv3-based license (#2023)
This commit is contained in:
@@ -394,6 +394,16 @@
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if warning_license_compliance_check_required %}
|
||||
<div class="alert alert-legal">
|
||||
<a href="{% url "control:global.license" %}">
|
||||
{% blocktrans trimmed %}
|
||||
Click here to do a license compliance check to make sure your usage of pretix is in
|
||||
line with pretix' license.
|
||||
{% endblocktrans %}
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if debug_warning %}
|
||||
<div class="alert alert-danger">
|
||||
@@ -410,11 +420,7 @@
|
||||
Times displayed in {{ tz }}
|
||||
{% endblocktrans %} ·
|
||||
{% endif %}
|
||||
{% with "href='http://pretix.eu'" as a_attr %}
|
||||
{% blocktrans trimmed %}
|
||||
powered by <a {{ a_attr }}>pretix</a>
|
||||
{% endblocktrans %}
|
||||
{% endwith %}
|
||||
{{ poweredby }} {# removing or hiding this might be in violation of pretix' license #}
|
||||
{% if development_warning %}
|
||||
<span class="text-warning">· {% trans "running in development mode" %}</span>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user