reorganize assets in others bundles

This commit is contained in:
2021-07-23 17:04:33 +02:00
parent b0ef9b6612
commit a6266c5317
31 changed files with 55 additions and 53 deletions

View File

@@ -22,11 +22,11 @@
{% block personcontent %}
<h1>{{ 'New document for %name%'|trans({ '%name%': person|chill_entity_render_string } ) }}</h1>
{{ form_errors(form) }}
{{ form_start(form) }}
{{ form_row(form.title) }}
{{ form_row(form.date) }}
{{ form_row(form.category) }}
@@ -48,9 +48,9 @@
{% endblock %}
{% block js %}
<script src="{{ asset('build/async_upload.js') }}" type="text/javascript"></script>
{{ encore_entry_script_tags('mod_async_upload') }}
{% endblock %}
{% block css %}
<link rel="stylesheet" href="{{ asset('build/async_upload.css') }}"/>
{{ encore_entry_link_tags('mod_async_upload') }}
{% endblock %}