diff --git a/AppGCC/AppGCC/templates/ranking.html b/AppGCC/AppGCC/templates/ranking.html index cdad18674dd6c42131f386b78d21692d563053aa..a6e173bfbe26e1a7143cfaca3f7f39f563bd466a 100644 --- a/AppGCC/AppGCC/templates/ranking.html +++ b/AppGCC/AppGCC/templates/ranking.html @@ -16,5 +16,11 @@ {% endfor %} </ul> </div> + + <!-- Navigation Bar --> + <div class="fixed bottom-0 w-full bg-[#102564] text-white flex justify-around py-3 shadow-md"> + <a href="{% url 'challenges' %}" class="text-lg font-semibold hover:text-gray-300">Accueil</a> + <a href="{% url 'ranking' %}" class="text-lg font-semibold hover:text-gray-300">Classement</a> + </div> </body> </html> \ No newline at end of file diff --git a/AppGCC/db.sqlite3 b/AppGCC/db.sqlite3 index 0e97db3e44749fa0ee86389a4029f8986b229b83..b647dc75993a4cc971a477c52973ab0000f9e6f3 100644 Binary files a/AppGCC/db.sqlite3 and b/AppGCC/db.sqlite3 differ diff --git a/postgresData/pg_stat_tmp/db_0.stat b/postgresData/pg_stat_tmp/db_0.stat index a0e90ba7222db70e2d7b34dcdea9444c1184d284..327991a44d0f6baec6e8c191dcead477f36c9132 100644 Binary files a/postgresData/pg_stat_tmp/db_0.stat and b/postgresData/pg_stat_tmp/db_0.stat differ diff --git a/postgresData/pg_stat_tmp/db_13468.stat b/postgresData/pg_stat_tmp/db_13468.stat index 5b27920b0cc82334557bb9eee1beed2e459652dc..b747c9c15d8d966d5e504f625723f8678b207f24 100644 Binary files a/postgresData/pg_stat_tmp/db_13468.stat and b/postgresData/pg_stat_tmp/db_13468.stat differ diff --git a/postgresData/pg_stat_tmp/global.stat b/postgresData/pg_stat_tmp/global.stat index a8c047e80464cec6e238180599c3d699e7b7dbaa..75892d0867705a2e72f5ed646cb2d8baa38a8b14 100644 Binary files a/postgresData/pg_stat_tmp/global.stat and b/postgresData/pg_stat_tmp/global.stat differ