diff --git a/var/www/templates/change_password.html b/var/www/templates/change_password.html index 7722d86e..7560d8df 100644 --- a/var/www/templates/change_password.html +++ b/var/www/templates/change_password.html @@ -62,7 +62,7 @@
- +

Change Password

diff --git a/var/www/templates/login.html b/var/www/templates/login.html index d7c1b60b..43a3ee36 100644 --- a/var/www/templates/login.html +++ b/var/www/templates/login.html @@ -67,7 +67,7 @@ - +

Please sign in

diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index 50adf2a0..e5b66451 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -102,6 +102,7 @@ rm -rf temp mkdir -p ./static/image pushd static/image wget -q https://www.circl.lu/assets/images/logos/AIL.png -O AIL.png +wget -q https://www.circl.lu/assets/images/logos/AIL-logo.png -O AIL-logo.png popd if ! [[ -n "$AIL_HOME" ]]