Fix creator and editor name not displaying

This commit is contained in:
Gregorio Chiko Putra 2017-09-06 15:08:48 +07:00
parent b78a84585f
commit a6267699cc

View File

@ -35,7 +35,7 @@
<label>Dibuat oleh: </label>
<span>
{{ creator.name }}
{{ creator.full_name }}
</span>
<br>
@ -71,7 +71,7 @@
{% if post.editor is empty %}
-
{% else %}
{{ editor.name }}
{{ editor.full_name }}
{% endif %}
</span>
<input type="hidden" name="editor" value="{{ editor_now }}">