leftypol/templates/mod/confirm.html

8 lines
437 B
HTML
Raw Normal View History

2012-04-13 00:41:30 +00:00
<p style="text-align:center;font-size:1.1em">
{% trans 'Are you sure you want to do that?' %} <a href="?/{{ request }}/{{ token }}{% if rest %}&amp;{{ rest }}{% endif %}">{% trans 'Click to proceed to' %} ?/{{ request }}</a>.
2012-04-13 00:41:30 +00:00
</p>
<p class="unimportant" style="text-align:center">
2012-08-27 05:19:05 +00:00
{% trans 'You are probably seeing this message because Javascript being disabled. This is a necessary security measure to prevent CSRF attacks.' %}
2012-04-13 00:41:30 +00:00
</p>