Add grass touching bans (which dont work yet), grass touching submit page which if used, increments the grass touching count and last grass touching, make it so only one error shows up if it fails and multiple errors cant.

This commit is contained in:
csd4ni3l
2025-08-14 11:50:11 +02:00
parent 3c1fc21c1c
commit fdb30a7f86
5 changed files with 241 additions and 17 deletions

View File

@@ -29,6 +29,9 @@
<a class="nav-link" href="/login">Login</a>
</li>
{% else %}
<li class="nav-item">
<a class="nav-link" href="/submit_grass_touching">Submit Grass Touching</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/logout">Logout</a>
</li>