Administration/layouts/main/layout.error500.latte
Abel Hoogeveen 63ea659d5b All changes as implemented over the last 3 years.
Pushes Administration into a workable state.
2023-02-08 12:57:10 +01:00

13 lines
401 B
Plaintext

<div class="error-page">
<h2 class="headline text-danger">500</h2>
<div class="error-content">
<h3><i class="fas fa-exclamation-triangle text-danger"></i> Oops! Something went wrong.</h3>
<p>
We will work on fixing that right away.
Meanwhile, you may <a href="/{$adminKey}">return to dashboard</a>.
</p>
</div>
</div>
<!-- /.error-page -->