Eliseu Amaro
bf07fa1ade
[COMPONENTS][LeftPanel] Removed onEndShowStyles event since the corresponding CSS needed is now consolidated into the default_theme itself [COMPONENTS][RightPanel] Deleted components/RightPanel/RightPanel.php, since its only method (onEndShowStyles) wasn't needed anymore
10 lines
299 B
Twig
10 lines
299 B
Twig
<details class="frame-section section-details-title">
|
|
<summary class="details-summary-title">
|
|
<strong>
|
|
{% trans %}Create a group{% endtrans %}
|
|
</strong>
|
|
</summary>
|
|
<form method="GET" class="section-form">
|
|
{{ form(create_form) }}
|
|
</form>
|
|
</details> |