8 lines
378 B
HTML
8 lines
378 B
HTML
<p style="text-align:center;font-size:1.1em">
|
|
{% trans 'Are you sure you want to do that?' %} <a href="?/{{ request }}">{% trans 'Click to proceed to' %} ?/{{ request }}</a>.
|
|
</p>
|
|
<p class="unimportant" style="text-align:center">
|
|
{% trans 'You are seeing this message because we were unable to serve a confirmation dialog, probably due to Javascript being disabled.' %}
|
|
</p>
|
|
|