From 4df1183ebe67230fa579fd9d9627d661ff90dd43 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sun, 12 Aug 2018 11:55:56 +0200 Subject: [PATCH] authYubiKey: fix img-path --- modules/authYubiKey/templates/yubikeylogin.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/authYubiKey/templates/yubikeylogin.twig b/modules/authYubiKey/templates/yubikeylogin.twig index 774a9e9e2..8c01c4cdd 100644 --- a/modules/authYubiKey/templates/yubikeylogin.twig +++ b/modules/authYubiKey/templates/yubikeylogin.twig @@ -12,7 +12,7 @@ {% block content %} {% if errorCode != null %} <div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5"> - <img src="{{ baseurlpath }}resources/icons/experience/gtk-dialog-error.48x48.png" class="float-l" style="margin: 15px;" alt="" /> + <img src="/{{ baseurlpath }}resources/icons/experience/gtk-dialog-error.48x48.png" class="float-l" style="margin: 15px;" alt=""> <h2>{{ '{login:error_header}'|trans }}</h2> <p><span style="text-decoration: bold;">{{ errorTitle }}</p> <p>{{ errorDesc }}</p> -- GitLab