leftypol_vichan/templates/post_form_collapsed.html

8 lines
265 B
HTML
Raw Normal View History

<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>