From 3a9ceaccb5326ff3b569e3f948b94107b7c26ee2 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 21 Jul 2018 04:48:54 +0200 Subject: Completed the clean API and the clean frontend. --- templates/main/bot/clean_logs.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/main/bot/clean_logs.html (limited to 'templates') diff --git a/templates/main/bot/clean_logs.html b/templates/main/bot/clean_logs.html new file mode 100644 index 00000000..c67eeab8 --- /dev/null +++ b/templates/main/bot/clean_logs.html @@ -0,0 +1,12 @@ + + + + + + {% for message in messages %} + {{ message.author }}{{ message.timestamp }}
+ {{ message.content }} + {% endfor %} + + + -- cgit v1.2.3