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