[GROUP] Simplify logic by making Actor::Organisation a type of Actor::Group

Some minor bug fixes
This commit is contained in:
2022-02-10 04:31:06 +00:00
parent 35e907f7b2
commit 1f1524c2b3
12 changed files with 106 additions and 402 deletions

View File

@@ -4,7 +4,7 @@
{% trans %}Create a group{% endtrans %}
</strong>
</summary>
<form method="GET" class="section-form">
<form method="POST" class="section-form">
{{ form(create_form) }}
</form>
</details>