forked from CGM_Public/pretix_original
Change link text of footer backlinks
This commit is contained in:
@@ -34,6 +34,6 @@
|
|||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
{% with 'target="_blank" rel="noopener" href="'|add:pretixurl|add:'"'|safe as a_attr %}
|
{% with 'target="_blank" rel="noopener" href="'|add:pretixurl|add:'"'|safe as a_attr %}
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
powered by <a {{ a_attr }}>pretix</a>
|
<a {{ a_attr }}>event ticketing powered by pretix</a>
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|||||||
@@ -16,14 +16,14 @@
|
|||||||
|
|
||||||
<h1>{% trans "Hello!" %}</h1>
|
<h1>{% trans "Hello!" %}</h1>
|
||||||
<p>
|
<p>
|
||||||
{% with "href='http://pretix.eu'" as a_attr %}
|
{% trans "There is nothing to see here yet." %}
|
||||||
{% blocktrans trimmed %}
|
|
||||||
This is a ticket presale system powered by <a {{ a_attr }}>pretix</a>.
|
|
||||||
{% endblocktrans %}
|
|
||||||
{% endwith %}
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{% trans "There is nothing to see here yet." %}
|
{% with "href='http://pretix.eu'" as a_attr %}
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
<a {{ a_attr }}>pretix – your free and open source ticket sales software</a>.
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% endwith %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -23,7 +23,8 @@ var strings = {
|
|||||||
'cart_exists': django.pgettext('widget', 'You currently have an active cart for this event. If you select more' +
|
'cart_exists': django.pgettext('widget', 'You currently have an active cart for this event. If you select more' +
|
||||||
' products, they will be added to your existing cart. Click on this message to continue checkout with your' +
|
' products, they will be added to your existing cart. Click on this message to continue checkout with your' +
|
||||||
' cart.'),
|
' cart.'),
|
||||||
'poweredby': django.pgettext('widget', 'ticketing powered by <a href="https://pretix.eu" target="_blank" rel="noopener">pretix</a>'),
|
'poweredby': django.pgettext('widget', '<a href="https://pretix.eu" target="_blank" rel="noopener">event' +
|
||||||
|
' ticketing powered by pretix</a>'),
|
||||||
'redeem_voucher': django.pgettext('widget', 'Redeem a voucher'),
|
'redeem_voucher': django.pgettext('widget', 'Redeem a voucher'),
|
||||||
'redeem': django.pgettext('widget', 'Redeem'),
|
'redeem': django.pgettext('widget', 'Redeem'),
|
||||||
'voucher_code': django.pgettext('widget', 'Voucher code'),
|
'voucher_code': django.pgettext('widget', 'Voucher code'),
|
||||||
|
|||||||
Reference in New Issue
Block a user