From fa55893add845d34bb68fd3c207772fb525899f0 Mon Sep 17 00:00:00 2001 From: 8chan Date: Sun, 18 May 2014 19:37:45 +0000 Subject: [PATCH] Fix edit link not appearing --- templates/post/post_controls.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post/post_controls.html b/templates/post/post_controls.html index 78ee5842..99a8484c 100644 --- a/templates/post/post_controls.html +++ b/templates/post/post_controls.html @@ -48,10 +48,10 @@ {% else %} {{ config.mod.link_move }}  {% endif %} +{% endif %} {% if mod|hasPermission(config.mod.editpost, board.uri) %} {{ config.mod.link_editpost }}  {% endif %} -{% endif %} {% endif %}