diff --git a/templates/base.html b/templates/base.html index a7c2096..7cf34e8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,9 +9,9 @@ {% include 'navbar_leaderboard.html' %} -
+
+ cellspacing="0"> @@ -30,12 +30,13 @@ - - {% endfor %} + + {% endfor %}
Rank{{ p.games }} {{ p.rating }} {{ p.winratio }}%
- {{ endOfBoardIndicator }} + {{ endOfBoardIndicator }}
+ {% if not doNotComputeRank %} {% endif %} - {% include 'footer.html' %} + + {% include 'footer.html' %} diff --git a/templates/default_head_content.html b/templates/default_head_content.html index 5c67486..7045494 100644 --- a/templates/default_head_content.html +++ b/templates/default_head_content.html @@ -1,6 +1,9 @@ + + + @@ -16,4 +19,4 @@ - \ No newline at end of file + diff --git a/templates/navbar.html b/templates/navbar.html index d571d9f..77793ca 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -26,11 +26,12 @@ + +-->
diff --git a/templates/navbar_leaderboard.html b/templates/navbar_leaderboard.html index 54826bb..1c9c3b1 100644 --- a/templates/navbar_leaderboard.html +++ b/templates/navbar_leaderboard.html @@ -25,11 +25,11 @@