diff --git a/templates/index.html b/templates/index.html
index 5ccdf50..9162965 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -24,7 +24,7 @@
{% include 'systeminfo.html' %}
{% include 'diskinfo.html' %}
{% include 'raminfo.html' %}
- {% if (config.SHAREDSERVER == True or config.ADMIN_USER == user %}
+ {% if (config.SHAREDSERVER == True or config.ADMIN_USER == user) %}
{% include 'netinfo.html' %}
{% endif %}