summaryrefslogtreecommitdiff
path: root/views/forum_thread.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/forum_thread.pug')
-rw-r--r--views/forum_thread.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/forum_thread.pug b/views/forum_thread.pug
index be3f0f4..797a629 100644
--- a/views/forum_thread.pug
+++ b/views/forum_thread.pug
@@ -16,4 +16,4 @@ html
if posts.length > 0
p: a(href="/forum/reply/"+posts[0].post_id) Reply
if user.user_id === 1
- p: a(href="/admin/delete-thread/"+thread.thread_id) DELETE THREAD
+ p: a(href="/forum/delete-thread/"+thread.thread_id) DELETE THREAD