add: town square forum config
This commit is contained in:
parent
d4ff681310
commit
548a6dcf4e
8 changed files with 73 additions and 5 deletions
|
@ -574,6 +574,7 @@
|
|||
(div
|
||||
("class" "flex flex_col gap_2")
|
||||
("style" "flex: 1 0 auto")
|
||||
(b ("class" "no_p_margin") (text "{{ post.title|markdown|safe }}"))
|
||||
(span ("class" "no_p_margin") (text "{{ post.content|markdown|safe }}"))
|
||||
(text "{{ self::post_media(upload_ids=post.uploads) }}")
|
||||
(text "{% if poll -%} {{ self::poll(post=post, poll=poll) }} {%- endif %}"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue