mourningdove/views/error/unknown-user.tt

23 lines
819 B
Text
Raw Normal View History

2026-05-24 01:03:05 +00:00
[%# Page to print when trying to view information about a nonexistent 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( 404 ); # 404 Not Found -%]
[%- sections.title = 'error.nojournal' | ml -%]
[%- sections.windowtitle = 'error.nojournal.title' | ml -%]
[%- CALL dw.active_resource_group( "foundation" ) -%]
[%# make sure $user is passed in from the caller %]
<p>[% 'error.nojournal.text' | ml( user = user, siteroot = site.root,
sitename = site.name ) %]</p>