mirror of
https://github.com/pretix/pretix.git
synced 2026-04-28 00:02:37 +00:00
Add a "the"
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
<p>
|
||||
{% eventurl event "presale:event.timemachine" as time_machine_link %}
|
||||
{% blocktrans trimmed with time_machine_link=time_machine_link %}
|
||||
To view your shop at different points in time, you can enable
|
||||
To view your shop at different points in time, you can enable the
|
||||
<a href="{{ time_machine_link }}"><span class="fa fa-clock-o" aria-hidden="true"></span>time machine</a>.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
@@ -139,7 +139,7 @@
|
||||
{% eventurl event "presale:event.timemachine" as time_machine_link %}
|
||||
{% with time_machine_link_encoded=time_machine_link|urlencode %}
|
||||
{% blocktrans trimmed with time_machine_link=transfer_session_link|add:"?next="|add:time_machine_link_encoded %}
|
||||
To view your shop at different points in time, you can enable
|
||||
To view your shop at different points in time, you can enable the
|
||||
<a href="{{ time_machine_link }}"><span class="fa fa-clock-o" aria-hidden="true"></span>time machine</a>.
|
||||
{% endblocktrans %}
|
||||
{% endwith %}
|
||||
|
||||
Reference in New Issue
Block a user