11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
% layout 'AdminLTE', title => "Sme server 2 - err 400";
|
|
|
|
% content_for 'module' => begin
|
|
<div>
|
|
<div class="text-danger">
|
|
%= l 'CSRF_VALIDATION_FAILURE'
|
|
</div>
|
|
|
|
</div>
|
|
% end
|