Bit of login formatting

This commit is contained in:
John Crisp
2025-05-20 18:51:32 +02:00
parent 6cc847b6b1
commit 176171c2c3
3 changed files with 31 additions and 19 deletions

View File

@@ -8,14 +8,14 @@
<div class="card-body">
% if (config->{debug} == 1) {
<p>
<div>
<strong>Debug Info:</strong>
<pre><%= dumper $c->current_route %></pre>
</p>
</div>
% }
% if (stash 'error') {
<div class="">
<div>
<strong>Error:</strong><br>
<%= $c->render_to_string(inline => stash 'error') %>
</div>
@@ -23,7 +23,7 @@
<h1><%= $title %></h1>
<div class="">
<div>
<%= $c->render_to_string(inline => stash 'modul') %>
</div>
</div>