forked from leftypol/leftypol
user_posts_list.html: add template to list posts
This commit is contained in:
parent
720ca77875
commit
d29de1a9ef
1 changed files with 12 additions and 0 deletions
12
templates/mod/user_posts_list.html
Normal file
12
templates/mod/user_posts_list.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{% for board_posts in posts %}
|
||||||
|
<fieldset>
|
||||||
|
<legend>
|
||||||
|
<a href="?/{{ config.board_path|sprintf(board_posts.board.uri) }}{{ config.file_index }}">
|
||||||
|
{{ config.board_abbreviation|sprintf(board_posts.board.uri) }}
|
||||||
|
-
|
||||||
|
{{ board_posts.board.title|e }}
|
||||||
|
</a>
|
||||||
|
</legend>
|
||||||
|
{{ board_posts.posts|join('<hr>') }}
|
||||||
|
</fieldset>
|
||||||
|
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue