From 101202a031541728e59a5bfe39c489416748b095 Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Sun, 18 May 2014 21:18:06 -0400 Subject: [PATCH] Fix edit board 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 %}