forked from leftypol/leftypol
View IP adress page, ban form.
This commit is contained in:
parent
f9ca74d763
commit
78f3ea7833
7 changed files with 289 additions and 3 deletions
18
templates/mod/view_ip.html
Normal file
18
templates/mod/view_ip.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
{% for board_posts in posts %}
|
||||
<fieldset>
|
||||
<legend>
|
||||
<a href="?/{{ config.board_path|sprintf(board.uri) }}{{ config.file_index }}">{{ config.board_abbreviation|sprintf(board_posts.board.uri) }}</a>
|
||||
-
|
||||
{{ board_posts.board.title }}
|
||||
</legend>
|
||||
{{ board_posts.posts|join('<hr>') }}
|
||||
</fieldset>
|
||||
{% endfor %}
|
||||
|
||||
{% set redirect = '?/IP/' ~ ip %}
|
||||
|
||||
<fieldset>
|
||||
<legend>New ban</legend>
|
||||
{% include 'mod/ban_form.html' %}
|
||||
</fieldset>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue