From 24238da393fb70ac3f23a7a7a3b8968896512f9f Mon Sep 17 00:00:00 2001 From: Thomas Citharel <tcit@tcit.fr> Date: Fri, 9 Oct 2020 17:07:10 +0200 Subject: [PATCH] Fix a typo in the path to picture on error template Signed-off-by: Thomas Citharel <tcit@tcit.fr> --- lib/web/templates/error/500_page.html.eex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/web/templates/error/500_page.html.eex b/lib/web/templates/error/500_page.html.eex index 4c58c3124..da1cb2e7a 100644 --- a/lib/web/templates/error/500_page.html.eex +++ b/lib/web/templates/error/500_page.html.eex @@ -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>