diff --git a/App/Views/Access/login.html b/App/Views/Access/login.html index 20c65c0..ff94d72 100644 --- a/App/Views/Access/login.html +++ b/App/Views/Access/login.html @@ -6,7 +6,7 @@
-

Login

+

Masuk

@@ -21,6 +21,7 @@
diff --git a/App/Views/Access/registrasi.html b/App/Views/Access/registrasi.html index 6567991..0bd4586 100644 --- a/App/Views/Access/registrasi.html +++ b/App/Views/Access/registrasi.html @@ -22,8 +22,9 @@
-
diff --git a/App/Views/Data/pengumuman.html b/App/Views/Data/pengumuman.html index 12322bd..6bd15f8 100644 --- a/App/Views/Data/pengumuman.html +++ b/App/Views/Data/pengumuman.html @@ -55,13 +55,15 @@ {% for post in posts %}
- {{ post.content }} + [{{ post.valid_at }} - {{ post.expired_at }}] + {{ post.content }}
{% if post.status != 0 %} {% else %} @@ -79,6 +81,7 @@
{% elseif (post.status == 2 and editor_now.id == creator.id) %} @@ -91,6 +94,7 @@ {% endif %}