mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Make link more visible on redirect.html page
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
{% trans "The window to enter your payment data was not opened or was closed?" %}
|
{% trans "The window to enter your payment data was not opened or was closed?" %}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url }}" target="_blank">
|
<a href="{{ url }}" target="_blank" class="btn btn-default btn-lg">
|
||||||
|
<span class="fa fa-external-link-square"></span>
|
||||||
{% trans "Click here in order to open the window." %}
|
{% trans "Click here in order to open the window." %}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -20,7 +20,8 @@
|
|||||||
{% trans "The window to enter your payment data was not opened or was closed?" %}
|
{% trans "The window to enter your payment data was not opened or was closed?" %}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url }}" target="_blank">
|
<a href="{{ url }}" target="_blank" class="btn btn-default btn-lg">
|
||||||
|
<span class="fa fa-external-link-square"></span>
|
||||||
{% trans "Click here in order to open the window." %}
|
{% trans "Click here in order to open the window." %}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -20,7 +20,8 @@
|
|||||||
{% trans "The window to enter your payment data was not opened or was closed?" %}
|
{% trans "The window to enter your payment data was not opened or was closed?" %}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url }}" target="_blank">
|
<a href="{{ url }}" target="_blank" class="btn btn-default btn-lg">
|
||||||
|
<span class="fa fa-external-link-square"></span>
|
||||||
{% trans "Click here in order to open the window." %}
|
{% trans "Click here in order to open the window." %}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user