diff options
author | ubq323 <ubq323> | 2021-06-14 19:14:04 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-14 19:14:04 +0000 |
commit | 9960239de2011dc286190a851a3dc035963b109a (patch) | |
tree | ed502eb4af6bc206368ae7fe5a15ba6d1ca50022 /apioforum/templates | |
parent | 12bcd3de36d12705ec6a4177ab50889ee099442b (diff) |
add first parts of config thread page
Diffstat (limited to 'apioforum/templates')
-rw-r--r-- | apioforum/templates/view_thread.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apioforum/templates/view_thread.html b/apioforum/templates/view_thread.html index f38cf34..ddc45b8 100644 --- a/apioforum/templates/view_thread.html +++ b/apioforum/templates/view_thread.html @@ -5,6 +5,7 @@ {% endblock %} {%block content%} +<a class="actionbutton" href="{{url_for('thread.config_thread',thread_id=thread_id)}}">configure</a> <div class="posts"> {% for post in posts %} {% call disp_post(post, True) %} |