summaryrefslogtreecommitdiffhomepage
path: root/apioforum/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/thread.py')
-rw-r--r--apioforum/thread.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/apioforum/thread.py b/apioforum/thread.py
index 23e3cf2..d64055a 100644
--- a/apioforum/thread.py
+++ b/apioforum/thread.py
@@ -105,9 +105,3 @@ def edit_post(post_id):
return render_template("edit_post.html",post=post)
-@bp.route("/test")
-def test():
- a = "<link rel=stylesheet href=/static/style.css>"
- for i in range(1,17):
- a += f'<span class="post-heading-em un-col-{i}">apiobee {i}</span><br>'
- return a