Update Templates

This commit is contained in:
Philipp Klüter
2020-09-29 20:37:23 +02:00
parent 8f32c7dd4f
commit 8067d7c76a
3 changed files with 19 additions and 4 deletions

View File

@@ -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>