svg
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
<div class="card-header">Information</div>
|
||||
<div class="card-body">
|
||||
{{ form_row(form.title) }}
|
||||
{{ form_row(form.status) }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -31,8 +32,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{% if mode=="update" %}
|
||||
{{ render(path("app_files",{id:project.id}))}}
|
||||
{% endif %}
|
||||
{{ form_end(form) }}
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user