Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
{% block content %}
<div id="content-main">
-<form action="{% url 'xorgauth' %}" method="get">
+<form action="{% url 'authgroupex:login' %}" method="get">
<input type="hidden" name="next" value="{{ next }}" />
<p>{% trans "Connect with your X.org credentials" %}</p>
<div class="submit-row">
<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 %}