aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar neptune 2022-12-17 04:09:52 -0300
committerLibravatar neptune 2022-12-17 04:09:52 -0300
commit675be0b542c2a3057137d61431deb082b04dcd13 (patch)
tree7e9c24255d8ab627106be487d1d69b55fd1b7819
parentde12cb569d10ee2a04b38b079a3b69b20b6718b7 (diff)
downloadweabot-675be0b542c2a3057137d61431deb082b04dcd13.tar.gz
weabot-675be0b542c2a3057137d61431deb082b04dcd13.tar.xz
weabot-675be0b542c2a3057137d61431deb082b04dcd13.zip
Agregados archivos faltantes
-rw-r--r--cgi/templates/trash.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgi/templates/trash.html b/cgi/templates/trash.html
new file mode 100644
index 0000000..c334fa6
--- /dev/null
+++ b/cgi/templates/trash.html
@@ -0,0 +1,4 @@
+<h1>Basural</h1>
+<?py for post in posts: ?>
+#{post['timestamp_formatted']} - #{post['board']} - #{post['message']}<br><br>
+<?py #endfor ?>