add: "town square" community option
with a town square community, users can post directly from their profiles!
This commit is contained in:
parent
ca0c4b9e0b
commit
48e0b02198
7 changed files with 90 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue