Fix creator and editor name not displaying
This commit is contained in:
parent
b78a84585f
commit
a6267699cc
@ -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 }}">
|
||||
|
Loading…
Reference in New Issue
Block a user