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

Merge branch 'retry-button' into 'master'

Add retry button to 500 page

See merge request !972
parents b3ba3856 ed5d4077
No related branches found
No related tags found
1 merge request!972Add retry button to 500 page
Pipeline #54634 canceled
......@@ -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