mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Report Choice Form - Formatting
This commit is contained in:
@@ -22,11 +22,14 @@
|
||||
|
||||
{% block personcontent %}
|
||||
|
||||
{{ form_start(form) }}
|
||||
{{ form_row(form) }}
|
||||
<button type="submit">
|
||||
Create a new report
|
||||
</button>
|
||||
{{ form_end(form) }}
|
||||
|
||||
{{ form_start(form) }}
|
||||
{{ form_row(form.cFGroup) }}
|
||||
|
||||
<button type="submit">
|
||||
Create a new report
|
||||
</button>
|
||||
{{ form_end(form) }}
|
||||
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user