mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-18 10:03:30 -07:00
WebHost: On-Server rolling
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% for filename, resulttext in results.items() %}
|
||||
<span>{{ filename }}: {{ resulttext }}</span><br>
|
||||
{% for filename, resulttext in results.items() %}
|
||||
<span>{{ filename }}: {{ "Looks ok" if resulttext == True else resulttext }}</span><br>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user