add: "town square" community option

with a town square community, users can post directly from their profiles!
This commit is contained in:
trisua 2025-04-03 20:25:00 -04:00
parent ca0c4b9e0b
commit 48e0b02198
7 changed files with 90 additions and 9 deletions

View file

@ -3,8 +3,9 @@
<div class="flex flex-col gap-4 w-full">
{% if user and can_post %}
<div class="card-nest">
<div class="card small">
<b>{{ text "communities:label.create_post" }}</b>
<div class="card small flex items-center gap-2">
{{ icon "pencil" }}
<span>{{ text "communities:label.create_post" }}</span>
</div>
<form