Commit bcc3824a by Tuukka Kivilahti

asdf

1 parent 44570d1b
......@@ -13,7 +13,7 @@ xmlns:c="http://java.sun.com/jsp/jstl/core">
<title></title>
</h:head>
<h:body>
<ui:composition template="/layout/${sessionHandler.layout}/template.xhtml">
<ui:composition template="#{sessionHandler.template}">
<ui:define name="content">
<h:outputText value="#{i18n['global.notauthorized'] }" />
</ui:define>
......
......@@ -10,7 +10,7 @@
<title></title>
</h:head>
<h:body>
<ui:composition template="/layout/${sessionHandler.layout}/template.xhtml">
<ui:composition template="#{sessionHandler.template}">
<f:metadata>
<f:viewParam name="id" value="#{pwdResetView.id}" />
<f:viewParam name="hash" value="#{pwdResetView.hash}" />
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!