summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/view_thread.html
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-06-14 20:25:22 +0000
committerubq323 <ubq323>2021-06-14 20:25:22 +0000
commit1da10c6fa2115ca9b9ddcc60894bde49dbe010eb (patch)
treea98dbf3133bc721c7339abe0d5f95f2aa9788e08 /apioforum/templates/view_thread.html
parentd020dcd7e87a28d6cc06698929035850ccacb7dc (diff)
parent93d9da49abfb980951265aeaee9a2cf251bc1044 (diff)
merge the config thread things
Diffstat (limited to 'apioforum/templates/view_thread.html')
-rw-r--r--apioforum/templates/view_thread.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/apioforum/templates/view_thread.html b/apioforum/templates/view_thread.html
index f38cf34..eaaf581 100644
--- a/apioforum/templates/view_thread.html
+++ b/apioforum/templates/view_thread.html
@@ -5,6 +5,9 @@
{% endblock %}
{%block content%}
+{% if g.user == thread.creator %}
+<a class="actionbutton" href="{{url_for('thread.config_thread',thread_id=thread_id)}}">configure thread</a>
+{% endif %}
<div class="posts">
{% for post in posts %}
{% call disp_post(post, True) %}