19 lines
658 B
Text
19 lines
658 B
Text
[%# Page to print when trying to view information about a purged user
|
|
#
|
|
# Authors:
|
|
# Jen Griffin <kareila@livejournal.com>
|
|
#
|
|
# Copyright (c) 2020 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'.
|
|
%]
|
|
|
|
[%- CALL dw.request_status( 410 ); # 410 Gone -%]
|
|
|
|
[%- sections.title = 'error.purged.name' | ml -%]
|
|
[%- sections.windowtitle = 'error.purged.title' | ml -%]
|
|
[%- CALL dw.active_resource_group( "foundation" ) -%]
|
|
|
|
<p>[% 'error.purged.text' | ml %]</p>
|