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