Edited pengumuman.html

This commit is contained in:
Gregorio Chiko Putra 2017-09-09 13:48:48 +07:00
parent 6e470f4e40
commit 086edebd41

View File

@ -8,6 +8,8 @@
{% for post in posts %}
{% if post.id %}
<h3>Pengumuman {{ post.id }}</h3>
{{ post.content | raw }}
<br />
{% if status %}
{% if post.status == 1 %}
<a href="/posts/edit/{{ post.id }}">
@ -22,7 +24,6 @@
(Nonaktif)
{% endif %}
{% endif %}
<p>{{ post.content | raw }}</p>
{% endif %}
{% endfor %}