forked from leftypol/leftypol
what if IP address contained bad characters? (highly local)
This commit is contained in:
parent
3571670b98
commit
3f405b3484
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
</td>
|
||||
{% if mod|hasPermission(config.mod.remove_notes) %}
|
||||
<td class="minimal">
|
||||
<a href="?/IP/{{ ip }}/remove_note/{{ note.id }}">
|
||||
<a href="?/IP/{{ ip|url_encode(true) }}/remove_note/{{ note.id }}">
|
||||
<small>[{% trans 'remove' %}]</small>
|
||||
</a>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue