Skip to content
Snippets Groups Projects
Verified Commit ed5d4077 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add retry button to 500 page

parent b3ba3856
No related branches found
No related tags found
1 merge request!972Add retry button to 500 page
Pipeline #54428 passed
......@@ -9,6 +9,11 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Changed
~~~~~~~
* Added a `Retry` button to the server error page
`2.7.4`_ - 2022-02-09
---------------------
......
......@@ -16,6 +16,10 @@
{% endblocktrans %}
</p>
{% include "core/partials/admins_list.html" %}
<a href="javascript:window.location.reload()" class="btn green waves-effect waves-light">
<i class="material-icons left">refresh</i>
{% trans "Retry" %}
</a>
</div>
</div>
</div>
......
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