leftypol_vichan/templates/post_form_collapsed.html
discomrade 5b74355046 Collapse post form by default on index page.
This reduces wasted space as making threads is a relatively rare operation, and dissuades people from mistakenly making a thread instead of a reply.
2023-01-14 05:50:41 -01:00

8 lines
265 B
HTML

<details id="post-form-details">
<summary style="list-style: none">
<center><h2><a style="text-decoration: none;">[ {% trans 'Create new thread' %} ] </a></h2></center>
</summary>
<div style="margin: 1em 0;">
{% include 'post_form.html' %}
</div>
</details>