From 324d75bbee308ab43bab3c911a834aec98db4fb6 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 20 Apr 2022 17:49:13 +0200 Subject: [PATCH] fix a few details Signed-off-by: szaimen --- php/templates/containers.twig | 21 +++++++--------- php/templates/login.twig | 46 +++++++++++++++++------------------ php/templates/setup.twig | 2 +- 3 files changed, 33 insertions(+), 36 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 2028a88d..6cc176bf 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -379,18 +379,15 @@ {% if is_backup_container_running == false %} {% if isApacheStarting == false %}

AIO password change

-
- Click here to chance your AIO password
- You can change your AIO password below:

-
- - - - - -
- The new password needs to be at least 24 characters long. Allowed characters are the latin characters a-z, A-Z, 0-9 and spaces. -


+ You can change your AIO password below:

+
+ + + + + +
+ The new password needs to be at least 24 characters long. Allowed characters are the latin characters a-z, A-Z, 0-9 and spaces. {% endif %} {% endif %} {% endif %} diff --git a/php/templates/login.twig b/php/templates/login.twig index f9f7564a..c2d9c70e 100644 --- a/php/templates/login.twig +++ b/php/templates/login.twig @@ -1,23 +1,23 @@ -{% extends "layout.twig" %} - -{% block body %} - -{% endblock %} - +{% extends "layout.twig" %} + +{% block body %} + +{% endblock %} + diff --git a/php/templates/setup.twig b/php/templates/setup.twig index 8b287378..0677d7c9 100644 --- a/php/templates/setup.twig +++ b/php/templates/setup.twig @@ -5,7 +5,7 @@