From 3b922549eb1711b5a04ad2c6c68ab68820c3cabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kr=C3=B6ger?= Date: Tue, 4 Nov 2025 14:30:29 +0100 Subject: [PATCH] Remove redundant template for igrestlogin This template comes with the igrestlogin Django app, our SSO, these days --- .gitignore | 3 + .../igrestlogin/login_simulation.html | 64 ------------------- 2 files changed, 3 insertions(+), 64 deletions(-) delete mode 100644 serveradmin/common/templates/igrestlogin/login_simulation.html diff --git a/.gitignore b/.gitignore index fa4e6bcc9..6785819bd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ # just copy or link them under this repository on development environments. /serveradmin_* +# Ignore our SSO app +igrestlogin + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/serveradmin/common/templates/igrestlogin/login_simulation.html b/serveradmin/common/templates/igrestlogin/login_simulation.html deleted file mode 100644 index 9fafc1d90..000000000 --- a/serveradmin/common/templates/igrestlogin/login_simulation.html +++ /dev/null @@ -1,64 +0,0 @@ -{% load url from future %} - - - -Login simulation · InnoGames - - - -
-

InnoGames

-

Login simulation

-

Please enter your username and password in order to login.

-
-
-{% csrf_token %} - -{{ login_form }} -
- -
-
- -