diff -r 1574965c7dc7 -r 57cfb94ab99f src/main/webapp/WEB-INF/jsp/site.jsp --- a/src/main/webapp/WEB-INF/jsp/site.jsp Wed May 13 21:46:26 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp Thu May 14 22:48:01 2020 +0200 @@ -31,7 +31,7 @@ <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%-- Make the base href easily available at request scope --%> - + <%-- Define an alias for the request path --%> @@ -45,6 +45,9 @@ <%-- Define an alias for the fragment name --%> +<%-- Define an alias for the optional redirect location --%> + + <%-- Define an alias for the additional stylesheet --%> @@ -66,6 +69,9 @@ + + + @@ -87,6 +93,7 @@
+