Edited pengumuman.html
This commit is contained in:
parent
6e470f4e40
commit
086edebd41
@ -8,6 +8,8 @@
|
|||||||
{% for post in posts %}
|
{% for post in posts %}
|
||||||
{% if post.id %}
|
{% if post.id %}
|
||||||
<h3>Pengumuman {{ post.id }}</h3>
|
<h3>Pengumuman {{ post.id }}</h3>
|
||||||
|
{{ post.content | raw }}
|
||||||
|
<br />
|
||||||
{% if status %}
|
{% if status %}
|
||||||
{% if post.status == 1 %}
|
{% if post.status == 1 %}
|
||||||
<a href="/posts/edit/{{ post.id }}">
|
<a href="/posts/edit/{{ post.id }}">
|
||||||
@ -22,7 +24,6 @@
|
|||||||
(Nonaktif)
|
(Nonaktif)
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p>{{ post.content | raw }}</p>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user