diff --git a/app/views/exceptions/not_found.html.erb b/app/views/exceptions/not_found.html.erb index 32d1532fa04..0e7e8057cf4 100644 --- a/app/views/exceptions/not_found.html.erb +++ b/app/views/exceptions/not_found.html.erb @@ -1,7 +1,7 @@ -<% local_domain = "#{request.protocol}#{request.host_with_port}" %> -

<%= t 'page_not_found.title' %>

+<%= raw build_plugin_html 'server:not-found-before-topics' %> + <% unless SiteSetting.login_required? && current_user.nil? %>