forked from rDrama/rDrama
1
0
Fork 0

cosmetic change

master
Aevann1 2022-10-18 12:20:33 +02:00
parent 30b51135c4
commit 3490f3d74d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<h1 class="h5">{{code}} {{title}}</h1>
<p class="text-muted error-description">{{msg|safe}}</p>
{% if details -%}
<blockquote class="error-details mb-5">{{details|safe}}</blockquote>
<blockquote class="error-details mb-5 py-2">{{details|safe}}</blockquote>
{%- endif %}
<div><a href="/" class="btn btn-primary">Go to frontpage</a></div>
</div>