Edited pengumuman.html
This commit is contained in:
parent
6e470f4e40
commit
086edebd41
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user