Skip to content

Commit 7196406

Browse files
committed
Temporary fix for the styles of the error 500 page
1 parent 39f0d9c commit 7196406

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/bundles/TwigBundle/Exception/error500.html.twig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
{% extends 'base.html.twig' %}
1212

13+
{% block stylesheets %}
14+
{{ parent() }}
15+
<link rel="stylesheet" href="/build/css/app.4aa95248.css">
16+
{% endblock %}
17+
1318
{% block body_id 'error' %}
1419

1520
{% block main %}

0 commit comments

Comments
 (0)