From dc50e422ba96863024967fef70cbdb3784c3100a Mon Sep 17 00:00:00 2001 From: fram3d Date: Mon, 3 Aug 2026 21:37:14 +0200 Subject: [PATCH] add main.css --- build-deb/luser/DEBIAN/control | 2 +- luser/{templates => static}/styles/main.css | 0 luser/templates/changepassword.html | 2 +- luser/templates/register.html | 2 +- luser/templates/unregister.html | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename luser/{templates => static}/styles/main.css (100%) diff --git a/build-deb/luser/DEBIAN/control b/build-deb/luser/DEBIAN/control index 024af85..89a0425 100644 --- a/build-deb/luser/DEBIAN/control +++ b/build-deb/luser/DEBIAN/control @@ -8,4 +8,4 @@ Depends: python3-flask, python3-ldap3, gunicorn, imagemagick, python3-passlib Homepage: https://gitea.dmz.rs/fram3d/luser Maintainer: fram3d Description: Web app that allows users to add,remove and change passwords in LDAP system -Version: 1.4.0 +Version: 1.4.1 diff --git a/luser/templates/styles/main.css b/luser/static/styles/main.css similarity index 100% rename from luser/templates/styles/main.css rename to luser/static/styles/main.css diff --git a/luser/templates/changepassword.html b/luser/templates/changepassword.html index 4b71a89..9756c6c 100644 --- a/luser/templates/changepassword.html +++ b/luser/templates/changepassword.html @@ -5,7 +5,7 @@ - + User password change in LDAP system diff --git a/luser/templates/register.html b/luser/templates/register.html index 95e7b6c..631edc2 100644 --- a/luser/templates/register.html +++ b/luser/templates/register.html @@ -5,7 +5,7 @@ - + User registration to LDAP system diff --git a/luser/templates/unregister.html b/luser/templates/unregister.html index 6e96d38..64df9a7 100644 --- a/luser/templates/unregister.html +++ b/luser/templates/unregister.html @@ -5,7 +5,7 @@ - + User unregistration to LDAP system