[%# Page to print when trying to view the nonexistent journal of an OpenID user # # Authors: # Jen Griffin # # 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.openid.title' | ml -%] [%- CALL dw.active_resource_group( "foundation" ) -%] [%# make sure $u is passed in from the caller %] [%- location = u.openid_identity -%]

[% 'error.nojournal.openid' | ml( aopts = "href='$location'", id = location ) %]