mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Removing debug code
This commit is contained in:
parent
1ebb4662c1
commit
46f14aabbb
@ -50,7 +50,7 @@
|
||||
}) }}
|
||||
|
||||
|
||||
<li class="nav-link more"><a href="javascript:void(0)">FR</a>
|
||||
<li class="nav-link more"><a href="">{{ app.request.locale | upper }}</a>
|
||||
<ul class="submenu">
|
||||
{% for locale in ['fr', 'nl', 'en'] %}
|
||||
<li {% if locale == app.request.locale %}class="active"{% endif %}>
|
||||
@ -62,9 +62,6 @@
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{{ app.request.locale }}
|
||||
|
||||
{% block layout_content %}
|
||||
<div class="container content">
|
||||
{# Flash messages ! #}
|
||||
|
Loading…
x
Reference in New Issue
Block a user