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 %}