diff options
Diffstat (limited to 'views/head.pug')
-rw-r--r-- | views/head.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/head.pug b/views/head.pug index d8a8ad6..3deb614 100644 --- a/views/head.pug +++ b/views/head.pug @@ -36,7 +36,7 @@ mixin forumpost(row,show_buttons) if show_buttons && user .edit if user.user_id === 1 - | #[a(href="/admin/delete-post/"+row.post_id) DELETE] + | #[a(href="/forum/delete-post/"+row.post_id) DELETE] | if row.author_id === user.user_id | #[a(href="/forum/edit/"+row.post_id) Edit] |