remove core directory from template

This commit is contained in:
Simon Vieille 2022-05-14 11:30:09 +02:00
parent 6addbc7de4
commit be7003d613
Signed by: deblan
GPG Key ID: 579388D585F70417
2 changed files with 2 additions and 13 deletions

View File

@ -1,8 +1,10 @@
## [Unreleased] ## [Unreleased]
### Added ### Added
* add a admin dashboard controller
### Fixed ### Fixed
### Changed ### Changed
* upgrade murph/murph-core
## [1.15.0] ## [1.15.0]
### Changed ### Changed

View File

@ -1,13 +0,0 @@
{% extends '@Core/admin/layout.html.twig' %}
{% block body %}
<div class="bg-light pl-5 pr-4 pt-5 pb-5">
<div class="d-flex">
<div class="mr-auto w-50">
<h1 class="display-5">
{{ 'Dashboard'|trans }}
</h1>
</div>
</div>
</div>
{% endblock %}