Cleanup more usr and add host templates
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user