From 350c46fe379b14707d39ae2bf9d399742cc2cdee Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:49:21 +0200 Subject: [PATCH] modified: Dockerfile modified: templates/user_landing_page.html --- Dockerfile | 5 ----- templates/user_landing_page.html | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index ef61ec8..79d9b38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,11 +30,6 @@ ENV ASKMULTUS_ENABLED=$ASKMULTUS_ENABLED ENV DISCORD_CLIENT_ID=$DISCORD_CLIENT_ID ENV DISCORD_CLIENT_SECRET=$DISCORD_CLIENT_SECRET ENV DISCORD_REDIRECT_URI=$DISCORD_REDIRECT_URI -ENV GIVEAWAY_DB_HOST=$GIVEAWAY_DB_HOST -ENV GIVEAWAY_DB_PORT=$GIVEAWAY_DB_PORT -ENV GIVEAWAY_DB_USER=$GIVEAWAY_DB_USER -ENV GIVEAWAY_DB_PASSWORD=$GIVEAWAY_DB_PASSWORD -ENV GIVEAWAY_DB_DATABASE=$GIVEAWAY_DB_DATABASE ENV GIVEAWAY_WEBSITE_URL=$GIVEAWAY_WEBSITE_URL # Startbefehl für das Webpanel diff --git a/templates/user_landing_page.html b/templates/user_landing_page.html index 11bc5ff..530fa49 100644 --- a/templates/user_landing_page.html +++ b/templates/user_landing_page.html @@ -34,7 +34,7 @@ {% if session['is_admin'] %}

Admin Controls

- Go to Admin Dashboard + Go to Admin Dashboard
{% endif %}