mourningdove/views/success.tt

24 lines
576 B
Text
Raw Permalink Normal View History

2026-05-24 01:03:05 +00:00
[%# Success page
Authors:
Afuna <coder.dw@afunamatata.com>
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 = 'success' | ml -%]
[%- CALL dw.active_resource_group( "foundation" ) -%]
<p>[% message %]</p>
[% IF links %]
<ul>
[% FOREACH link IN links %]
<li><a href="[% link.url %]">[% link.text %]</a></li>
[% END %]
</ul>
[% END %]