mourningdove/views/error.tt
2026-05-24 01:03:05 +00:00

21 lines
541 B
Text

[%# Page for error messages
Authors:
foxfirefey <foxfirefey@dreamwidth.org>
Copyright (c) 2015 by Dreamwidth Studios, LLC.
This program is free software; you may redistribute it and/or modify it under
the same terms as Perl itself. For a copy of the license, please reference
'perldoc perlartistic' or 'perldoc perlgpl'.
%]
[%- sections.title = 'error' | ml -%]
[%- CALL dw.active_resource_group( "foundation" ) -%]
[% IF opts.defined('authas') %]
<form method="get">
[%- opts.authas -%]
</form>
[% END %]
<p>[% message %]</p>