From c77730e516dc90125f0657ba192b6604d692cb67 Mon Sep 17 00:00:00 2001 From: Gregorio Chiko Putra Date: Wed, 6 Sep 2017 14:11:51 +0700 Subject: [PATCH] Fix edit condition conflicts --- App/Views/Data/edit_pengumuman.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App/Views/Data/edit_pengumuman.html b/App/Views/Data/edit_pengumuman.html index 595848b..46b3855 100644 --- a/App/Views/Data/edit_pengumuman.html +++ b/App/Views/Data/edit_pengumuman.html @@ -99,7 +99,7 @@
- {% if post.status == 1 %} + {% if (post.status == 1 and editor_now == creator.id) %}