aboutsummaryrefslogtreecommitdiffstats
path: root/templates/tmtu/index.htm
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-02-09 18:52:36 +0100
committerJokler <jokler@protonmail.com>2020-02-22 23:20:10 +0100
commit2273403d5f7c0e8994d7cefcfe641475e76f1d87 (patch)
tree54fc210cc10e5e2a8adcdc1adbd46f22cb435dd8 /templates/tmtu/index.htm
parent84804836f5c1e782c77f1bbf676177151558e008 (diff)
downloadpokebot-2273403d5f7c0e8994d7cefcfe641475e76f1d87.tar.gz
pokebot-2273403d5f7c0e8994d7cefcfe641475e76f1d87.zip
Split web_server module into separate components
Diffstat (limited to 'templates/tmtu/index.htm')
-rw-r--r--templates/tmtu/index.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tmtu/index.htm b/templates/tmtu/index.htm
index e7d1922..785e653 100644
--- a/templates/tmtu/index.htm
+++ b/templates/tmtu/index.htm
@@ -75,9 +75,9 @@
{% endmatch %}
{% for name in bot_names %}
{% if name.clone() == bot_name %}
- <li><a href="/tmtu/{{ name }}" class="botname selected">{{ name }}</a></li>
+ <li><a href="/bot/{{ name }}" class="botname selected">{{ name }}</a></li>
{% else %}
- <li><a href="/tmtu/{{ name }}" class="botname">{{ name }}</a></li>
+ <li><a href="/bot/{{ name }}" class="botname">{{ name }}</a></li>
{% endif %}
{% endfor %}
</ol>