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