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

Fix icon tags in error templates

parent 447fb4ff
No related branches found
No related tags found
1 merge request!696Resolve "Error in 5xx pages"
......@@ -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