moved all templates over (#27230)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
8880ae1ee9
commit
dd2605b054
4 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<#import "pf-5-template.ftl" as layout>
|
||||
<#import "template.ftl" as layout>
|
||||
<#import "password-commons.ftl" as passwordCommons>
|
||||
<@layout.registrationLayout displayRequiredFields=false displayMessage=!messagesPerField.existsError('totp','userLabel'); section>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<#import "pf-5-template.ftl" as layout>
|
||||
<#import "template.ftl" as layout>
|
||||
<#import "password-commons.ftl" as passwordCommons>
|
||||
<@layout.registrationLayout displayMessage=!messagesPerField.existsError('password','password-confirm'); section>
|
||||
<#if section = "header">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<#import "pf-5-template.ftl" as layout>
|
||||
<#import "template.ftl" as layout>
|
||||
<@layout.registrationLayout displayMessage=!messagesPerField.existsError('username','password') displayInfo=realm.password && realm.registrationAllowed && !registrationDisabled??; section>
|
||||
<#if section = "header">
|
||||
${msg("loginAccountTitle")}
|
||||
|
|
Loading…
Reference in a new issue