From a6267699cc48385a8651f4ad3ae1e6598bd0976b Mon Sep 17 00:00:00 2001 From: Gregorio Chiko Putra Date: Wed, 6 Sep 2017 15:08:48 +0700 Subject: [PATCH] Fix creator and editor name not displaying --- 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 e599c2c..fb87c6b 100644 --- a/App/Views/Data/edit_pengumuman.html +++ b/App/Views/Data/edit_pengumuman.html @@ -35,7 +35,7 @@ - {{ creator.name }} + {{ creator.full_name }}
@@ -71,7 +71,7 @@ {% if post.editor is empty %} - {% else %} - {{ editor.name }} + {{ editor.full_name }} {% endif %}