mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Linking report <> person
This commit is contained in:
13
Resources/views/Report/select_report_type.html.twig
Normal file
13
Resources/views/Report/select_report_type.html.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "ChillMainBundle::layout.html.twig" %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
{{ form_start(form) }}
|
||||
{{ form_row(form) }}
|
||||
<button type="submit">
|
||||
Create a new report
|
||||
</button>
|
||||
{{ form_end(form) }}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user