aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.htm
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-02-22 22:46:06 +0100
committerJokler <jokler@protonmail.com>2020-02-22 23:20:10 +0100
commit84804836f5c1e782c77f1bbf676177151558e008 (patch)
tree55f0ee9664018f6ed0cc41d2cfcf13ca3e0ffe60 /templates/index.htm
parent5eea11a03c11551091b2c72f48590aec7f5410f0 (diff)
downloadpokebot-84804836f5c1e782c77f1bbf676177151558e008.tar.gz
pokebot-84804836f5c1e782c77f1bbf676177151558e008.zip
Add tmtu mode as a front-end
Diffstat (limited to 'templates/index.htm')
-rw-r--r--templates/index.htm5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.htm b/templates/index.htm
index 2584603..3183b52 100644
--- a/templates/index.htm
+++ b/templates/index.htm
@@ -4,6 +4,11 @@
{% block content %}
<h1>Bots</h1>
+<form action="/front-end" method="POST">
+ <input type="hidden" placeholder="Enter front end" name="front-end" value="tmtu">
+ <button type="submit">tmtu-mode</button>
+</form>
+
<ul>
{% for bot in bots %}
<h2>{{ bot.name }}</h1>