Skip to content

Commit

Permalink
Update layout view:
Browse files Browse the repository at this point in the history
- uncomment includes
  • Loading branch information
webeweb committed May 7, 2024
1 parent 5a30358 commit 1e71e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bootstrap/Resources/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<meta name="theme-color" content="#ffffff">
{% endblock %}
{% block bootstrapStylesheets %}
{# % include "@WBWCore/assets/_stylesheets.html.twig" % #}
{% include "@WBWCommon/assets/_stylesheets.html.twig" %}
{% include "@WBWBootstrap/assets/_stylesheets.html.twig" with {} only %}
{% endblock %}
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
Expand All @@ -44,7 +44,7 @@
{% endblock %}
<div id="asynchronous-output"></div>
{% block bootstrapJavascripts %}
{# % include "@WBWCore/assets/_javascripts.html.twig" % #}
{% include "@WBWCommon/assets/_javascripts.html.twig" %}
{% include "@WBWBootstrap/assets/_javascripts.html.twig" with {} only %}
{% endblock %}
</body>
Expand Down

0 comments on commit 1e71e66

Please sign in to comment.