Skip to content
Snippets Groups Projects
Verified Commit fa7656bc authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix icon tags in error templates

(cherry picked from commit 9f8dc0b4)
parent 0cbf9001
No related branches found
No related tags found
1 merge request!697Prepare release 2.0rc4
Pipeline #24952 failed
......@@ -6,7 +6,7 @@
<div class="container">
<div class="card red">
<div class="card-content white-text">
<div class="material-icons small left">error_outline</div>
<i class="material-icons small left">error_outline</i>
<span class="card-title">{% trans "Error" %} (500): {% blocktrans %}An unexpected error has
occured.{% endblocktrans %}</span>
<p>
......
......@@ -6,7 +6,7 @@
<div class="container">
<div class="card red">
<div class="card-content white-text">
<div class="material-icons small left">error_outline</div>
<i class="material-icons small left">error_outline</i>
<span class="card-title">{% blocktrans %}The maintenance mode is currently enabled. Please try again
later.{% endblocktrans %}</span>
<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