forked from leftypol/leftypol
Pass the thread ID when banning/deleting
This commit is contained in:
parent
9ae357facb
commit
4184fdec6e
4 changed files with 17 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<p style="text-align:center;font-size:1.1em">
|
||||
{% trans 'Are you sure you want to do that?' %} <a href="?/{{ request }}/{{ token }}">{% trans 'Click to proceed to' %} ?/{{ request }}</a>.
|
||||
{% trans 'Are you sure you want to do that?' %} <a href="?/{{ request }}/{{ token }}{% if rest %}&{{ rest }}{% endif %}">{% trans 'Click to proceed to' %} ?/{{ request }}</a>.
|
||||
</p>
|
||||
<p class="unimportant" style="text-align:center">
|
||||
{% trans 'You are probably seeing this message because Javascript being disabled. This is a necessary security measure to prevent CSRF attacks.' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue