mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-10 00:48:35 +01:00
wip: buttons and upload errors
This commit is contained in:
17
templates/upload-post.html
Normal file
17
templates/upload-post.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<head>
|
||||
{% include "head.html" %}
|
||||
</head>
|
||||
<body>
|
||||
{% include "home-button.html" %}
|
||||
<div class="mb-5 container">
|
||||
{% for r in results %}
|
||||
<b>{{ r[0] }}</b>
|
||||
{% if r[1] %}
|
||||
<i style="color: red;">{{ r[1] }}</i>
|
||||
{% else %}
|
||||
<i style="color: green;">Success</i>
|
||||
{% endif %}
|
||||
<br>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</body>
|
||||
Reference in New Issue
Block a user