Fix xorg auth url
[xnet] / xnet / templates / xnet / home.html
index 5a6575e..19b8ce4 100644 (file)
@@ -6,6 +6,6 @@
     <h1>Welcome, {{ user.get_full_name }}</h1>
 {% else %}
     <h1>Authenticate</h1>
-        <p><a href="{% url 'xorgauth' %}?next=/" />Connect through X.org</a></p>
+        <p><a href="{% url 'authgroupex:login' %}?next=/" />Connect through X.org</a></p>
 {% endif %}
 {% endblock %}