diff --git a/members_lumbung_space/templates/admin.html b/members_lumbung_space/templates/admin.html
index eb0be72..e244157 100644
--- a/members_lumbung_space/templates/admin.html
+++ b/members_lumbung_space/templates/admin.html
@@ -5,29 +5,46 @@
(logout)
- {% if user.preferred_username in invites and invites[user.preferred_username]|length > 0 %}
-
- {% endif %}
+
+
Services
+
+ - lumbung.space
+ - panduan.lumbung.space
+ - cloud.lumbung.space
+ - tv.lumbung.space
+ - nongkrong.lumbung.space
+ - social.lumbung.space
+ - pen.lumbung.space
+ - books.lumbung.space
+
+
-
- Generate an invite link
-
+
+
Invites
+ {% if user.preferred_username in invites and invites[user.preferred_username]|length > 0 %}
+
+ {% endif %}
+
+
+ Generate an invite link
+
+
{% endblock %}