diff --git a/template/mumble/mumble.htm b/template/mumble/mumble.htm
index 8c5dd84..cb2c4c2 100644
--- a/template/mumble/mumble.htm
+++ b/template/mumble/mumble.htm
@@ -9,8 +9,16 @@
{% include "mumble/content.htm" %}
{% endblock %}
{% block Content %}
- {% if user.is_authenticated %}
+
+ {% if user.is_authenticated %}
Server registration
-
{% else %}
You need to be logged in to be able to register an account.
-
{% endif %}
+
{% if CurrentUserIsAdmin %}
@@ -68,11 +70,12 @@
{% endblock %}
{% block HeadTag %}
- {% if CurrentUserIsAdmin %}
- {% endif %}
{% endblock %}