From 27ae671b3d4b7c696f27d7e96518631d9ab37599 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 24 Jun 2019 17:14:16 +0200 Subject: [PATCH] fix: [UI login/change_password] add missing ail-logo --- var/www/templates/change_password.html | 2 +- var/www/templates/login.html | 2 +- var/www/update_thirdparty.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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" ]]