Skip to content
Snippets Groups Projects
Commit 4df1183e authored by Tim van Dijen's avatar Tim van Dijen
Browse files

authYubiKey: fix img-path

parent cd9993ea
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
{% block content %} {% block content %}
{% if errorCode != null %} {% if errorCode != null %}
<div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5"> <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> <h2>{{ '{login:error_header}'|trans }}</h2>
<p><span style="text-decoration: bold;">{{ errorTitle }}</p> <p><span style="text-decoration: bold;">{{ errorTitle }}</p>
<p>{{ errorDesc }}</p> <p>{{ errorDesc }}</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment