Commit bd79b96a by Tuukka Kivilahti

password reset fixed

1 parent 92f8ffaf
......@@ -9,7 +9,7 @@
<title></title>
</h:head>
<h:body>
<ui:composition template="/layout/${sessionHandler.layout}/template.xhtml">
<ui:composition template="#{sessionHandler.template}">
<ui:define name="content">
<h1><h:outputText value="#{i18n['resetMail.header']}" /></h1>
......
......@@ -11,7 +11,7 @@
<ui:define name="content">
<h:outputLabel rendered="#{sessionHandler.isInDevelopmentMode()}">
Development-tilassa.
Vaihda web.xml-tiedostosta ohjelman tila (javax.faces.PROJECT_STAGE) Productioniksi ennen kuin julkaiset ohjelman tuotantoon.
Täällä voit huoletta rikkoa.
</h:outputLabel>
<ui:fragment rendered="#{layoutView.manageContent}">
<h:link value="#{i18n['layout.editContent']}" outcome="/pages/manage">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!