Skip to content

Commit

Permalink
fix(demo): a 500 error is triggered in case of a 404 error (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 authored Oct 24, 2023
1 parent 285fb0d commit 0928aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/skeleton/template/base/bootstrap.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<header>
<div class="container-fluid container-lg">
<nav class="navbar navbar-expand-lg navbar-light" data-active-message="{{ 'aria.navbar.active-item'|trans }}">
<a class="navbar-brand" href="{{ path('emsch_path') }}" id="logo">
<a class="navbar-brand" href="{{ path("emsch_path.#{app.request.locale}") }}" id="logo">
<img src="{{ asset("img/logos/full-logo.svg", 'emsch') }}" width="181" height="46" alt="{{ 'site.name'|trans }}">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
Expand Down

0 comments on commit 0928aae

Please sign in to comment.