+
+ Gegner-Team
+
{{ template "opp_clan_bar" . }}
diff --git a/templates/login.html b/templates/login.html
index 9fe3bb2..7ec4d1d 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -9,11 +9,11 @@
-
+
-
+
diff --git a/templates/modals/add_player.html b/templates/modals/add_player.html
index 6ab8b25..8cb202c 100644
--- a/templates/modals/add_player.html
+++ b/templates/modals/add_player.html
@@ -9,11 +9,11 @@
-
+
-
+
diff --git a/templates/modals/edit_player.html b/templates/modals/edit_player.html
index e3a0aa5..530ef2c 100644
--- a/templates/modals/edit_player.html
+++ b/templates/modals/edit_player.html
@@ -9,7 +9,7 @@
-
+
a
-
- Avg. Score:
+

+
+
+
- Diff:
+
+
+
+
- Avg. Score:
+

+
+
+
@@ -41,7 +50,6 @@
-
@@ -290,6 +298,13 @@
});
Promise.all(promises).then(_ => {
+ let liItems = homeClanResults.querySelectorAll('li');
+ liItems[liItems.length - 1].classList.remove('border-bottom');
+ liItems[liItems.length - 2].classList.remove('border-bottom');
+ liItems = oppClanResults.querySelectorAll('li');
+ liItems[liItems.length - 1].classList.remove('border-bottom');
+ liItems[liItems.length - 2].classList.remove('border-bottom');
+
setSquadNumbers();
cleanupStatistic(homeAvgScore);
diff --git a/templates/register.html b/templates/register.html
index 33efc0c..bfb7d05 100644
--- a/templates/register.html
+++ b/templates/register.html
@@ -9,21 +9,21 @@