lainchan/templates/mod/confirm.html

8 lines
378 B
HTML
Raw Normal View History

2012-04-12 20:41:30 -04:00
<p style="text-align:center;font-size:1.1em">
2012-05-05 11:33:10 -04:00
{% trans 'Are you sure you want to do that?' %} <a href="?/{{ request }}">{% trans 'Click to proceed to' %} ?/{{ request }}</a>.
2012-04-12 20:41:30 -04:00
</p>
<p class="unimportant" style="text-align:center">
2012-05-05 11:33:10 -04:00
{% trans 'You are seeing this message because we were unable to serve a confirmation dialog, probably due to Javascript being disabled.' %}
2012-04-12 20:41:30 -04:00
</p>