some changes

This commit is contained in:
2026-07-10 22:02:51 +02:00
parent 7bd28794d6
commit 6e6217e1e7
33 changed files with 757 additions and 2305 deletions
+3 -2
View File
@@ -20,10 +20,11 @@
<div class="panel-100 p-10">
<br>
<i class="text-big fa-solid fa-exclamation-triangle color-4"></i>
<p>Service refused, please try again later.</p>
<% if (reason) { %>
<p><strong>Reason:</strong> <%= reason %></p>
<p><%= reason %></p>
<% } else { %>
<p>Service refused, please try again later.</p>
<% } %>
</div>
</div>