Fix a typo in the path to picture on error template
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
bacf8fc3be
commit
24238da393
@ -38,8 +38,8 @@
|
||||
<body class="error">
|
||||
<main role="main" class="dialog">
|
||||
<div class="error_illustration">
|
||||
<img src="/static/img/mobilizon_logo.png" />
|
||||
<!-- <img src="/static/img/error.png" alt="" width="500" /> -->
|
||||
<img src="/img/mobilizon_logo.png" />
|
||||
<!-- <img src="/img/error.png" alt="" width="500" /> -->
|
||||
</div>
|
||||
<div class="error__message">
|
||||
<h1><%= gettext "We're sorry, but something went wrong on our end." %></h1>
|
||||
|
Loading…
Reference in New Issue
Block a user