Skip to content

Commit

Permalink
bug #1470 Remove broken link from the error 500 page (rosier)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Remove broken link from the error 500 page

Reverts #909

Commits
-------

fd0d75e Remove broken link from the error 500 page
  • Loading branch information
javiereguiluz committed Dec 11, 2023
2 parents 5622c89 + fd0d75e commit 06bdbde
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/bundles/TwigBundle/Exception/error500.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@

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

{% block stylesheets %}
{{ parent() }}
<link rel="stylesheet" href="/build/css/app.4aa95248.css">
{% endblock %}

{% block body_id 'error' %}

{% block main %}
Expand Down

0 comments on commit 06bdbde

Please sign in to comment.