Update Templates
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<#import "template.ftl" as layout>
|
||||
<@layout.registrationLayout displayInfo=social.displayInfo displayWide=(realm.password && social.providers??); section>
|
||||
<#if section = "header">
|
||||
${msg("loginTitle",(realm.displayName!''))}
|
||||
<h1 class="login-title display-5 mb-3 d-lg-none">Login</h1>
|
||||
<h1 class="login-title display-3 mb-5 d-none d-lg-block">Login</h1>
|
||||
<#elseif section = "form">
|
||||
<h1 class="login-title display-3 mb-5">Log In</h1>
|
||||
<form onsubmit="login.disabled = true; return true;" action="${url.loginAction}" method="post">
|
||||
<div class="form-group mb-2">
|
||||
<label for="username">Username</label>
|
||||
|
||||
Reference in New Issue
Block a user