Cleanup more usr and add host templates

This commit is contained in:
John Crisp
2025-05-14 09:33:36 -04:00
parent 07731ba442
commit e7f8f7b289
14 changed files with 318 additions and 300 deletions

View File

@@ -2,20 +2,20 @@
% content_for 'module' => begin
%if ( config 'debug' ) {
<p>
% if ( config 'debug' ) {
<div>
<!-- %= dumper $c->current_route -->
%if ( stash 'trt' ) {
%= dumper stash 'trt'
%}
</p>
%}
% if ( stash 'trt' ) {
%= dumper stash 'trt'
% }
</div>
% }
% if ( stash 'error' ) {
<br><div class="">
%= $c->render_to_string(inline => stash 'error')
</div>
%}
% }
% my $btn = l('use_SIGNIN');
% if ( $trt eq 'RESET' ) {
@@ -23,7 +23,7 @@
%= $c->render_to_string(inline => l 'use_DESC_RESET')
</h2></div>
% $btn = l('use_RESET');
%}
% }
<div class="login-page bg-body-secondary-subtle app-loaded">
<!-- /.login-logo -->