From 0535319a72ca7c38c44f2268e61147ec7324d7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Sat, 8 Oct 2022 21:01:00 +0200 Subject: Rename old typo s/Premade/Premate --- templates/lobby_html.jinja | 2 +- templates/premades_html.jinja | 159 ------------------------------------------ templates/premates_html.jinja | 159 ++++++++++++++++++++++++++++++++++++++++++ templates/server_html.jinja | 2 +- 4 files changed, 161 insertions(+), 161 deletions(-) delete mode 100644 templates/premades_html.jinja create mode 100644 templates/premates_html.jinja (limited to 'templates') diff --git a/templates/lobby_html.jinja b/templates/lobby_html.jinja index 0564e55..e6ed28f 100644 --- a/templates/lobby_html.jinja +++ b/templates/lobby_html.jinja @@ -12,7 +12,7 @@ - + {% with messages = get_flashed_messages() %} diff --git a/templates/premades_html.jinja b/templates/premades_html.jinja deleted file mode 100644 index 539815a..0000000 --- a/templates/premades_html.jinja +++ /dev/null @@ -1,159 +0,0 @@ - - - Steam Premadefinder - - - - - - - - - -
- Copy&Paste den Inhalt von 'status' aus der Konsole.
-
-
- -
-
- - {% if steamids %} - - -
-
- -
- Steamspiele: Anzahl von Steamspielen mit Spielzeit.
- Spielzeit: Die aktive Spielzeit in CSGO.
- Private Profile sind durch einen roten Rahmen gekennzeichnet.
-
- {% endif %} - -
- - {% for profile in profiles.values() %} -
- -
- {% if profile['communityvisibilitystate'] == 3 %} - Account erstellt am: {{ profile['timecreated'] | display_time }}
- Spiele in Besitz: {{ profile['_ownedPlayedGames']|e }}
- {% if profile['_userstats'] %} - Spielzeit: {{ profile['_userstats']['total_time_played']|display_age }}
- {% else %} - Spielzeit: N/A - {% endif %} - {% else %} - Profile private - {% endif %} -
-
- {% endfor %} - - - diff --git a/templates/premates_html.jinja b/templates/premates_html.jinja new file mode 100644 index 0000000..b891bac --- /dev/null +++ b/templates/premates_html.jinja @@ -0,0 +1,159 @@ + + + Steam Prematefinder + + + + + + + + + +
+ Copy&Paste den Inhalt von 'status' aus der Konsole.
+
+
+ +
+
+ + {% if steamids %} + + +
+
+ +
+ Steamspiele: Anzahl von Steamspielen mit Spielzeit.
+ Spielzeit: Die aktive Spielzeit in CSGO.
+ Private Profile sind durch einen roten Rahmen gekennzeichnet.
+
+ {% endif %} + +
+ + {% for profile in profiles.values() %} +
+ +
+ {% if profile['communityvisibilitystate'] == 3 %} + Account erstellt am: {{ profile['timecreated'] | display_time }}
+ Spiele in Besitz: {{ profile['_ownedPlayedGames']|e }}
+ {% if profile['_userstats'] %} + Spielzeit: {{ profile['_userstats']['total_time_played']|display_age }}
+ {% else %} + Spielzeit: N/A + {% endif %} + {% else %} + Profile private + {% endif %} +
+
+ {% endfor %} + + + diff --git a/templates/server_html.jinja b/templates/server_html.jinja index 7d4e5c7..01cecb2 100644 --- a/templates/server_html.jinja +++ b/templates/server_html.jinja @@ -10,7 +10,7 @@ -- cgit v1.2.3