Make link more visible on redirect.html page

This commit is contained in:
Raphael Michel
2022-10-11 18:04:38 +02:00
parent 9ed39ab0fa
commit 8046bf98b7
3 changed files with 6 additions and 3 deletions

View File

@@ -20,7 +20,8 @@
{% trans "The window to enter your payment data was not opened or was closed?" %}
</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." %}
</a>
</p>