WebHost: fix some PEP8

This commit is contained in:
Fabian Dill
2021-11-25 20:48:58 +01:00
parent 744b12345a
commit bd0b7ea80a
6 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
{% include 'header/grassHeader.html' %}
<div id="host-room">
{% if room.owner == session["_id"] %}
Room created from <a href="{{ url_for("viewSeed", seed=room.seed.id) }}">Seed #{{ room.seed.id|suuid }}</a>
Room created from <a href="{{ url_for("view_seed", seed=room.seed.id) }}">Seed #{{ room.seed.id|suuid }}</a>
<br>
{% endif %}
{% if room.tracker %}