2025-04-18 15:11:03 +02:00

12 lines
205 B
Plaintext

% layout 'AdminLTE', title => "Sme server 2 - err 400";
% content_for 'module' => begin
<div class="card-body">
<div class="text-danger">
%= l 'CSRF_VALIDATION_FAILURE'
</div>
</div>
% end