From 02bdfbac144cc46d9212caceedeefe505955da02 Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Thu, 28 Oct 2021 11:29:36 +0100 Subject: [PATCH] Add callback to login button on 404 page --- src/main/webapp/notFound.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/notFound.jsp b/src/main/webapp/notFound.jsp index c20711f0d1e..c99b7e416b0 100644 --- a/src/main/webapp/notFound.jsp +++ b/src/main/webapp/notFound.jsp @@ -18,6 +18,7 @@ along with FenixEdu Academic. If not, see . --%> +<%@ page import="org.fenixedu.bennu.core.util.CoreConfiguration" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <% response.setStatus(404); @@ -76,7 +77,7 @@ response.setStatus(404);

${portal.message('resources.GlobalResources', 'error.message.resource.not.found.message')}


-

Login

+

Login