X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/6b861a90283d61c6fea53aa1e6632ab3a224b6ce..53585f7615b3a647d1badda1a2ebd7f5ec81f607:/cas_provider/templates/cas/warn.html

diff --git a/cas_provider/templates/cas/warn.html b/cas_provider/templates/cas/warn.html
index 58f4ed8..9c74eee 100644
--- a/cas_provider/templates/cas/warn.html
+++ b/cas_provider/templates/cas/warn.html
@@ -5,7 +5,7 @@ Warning
 {% endblock %}
 
 {% block content %}
-  <form action='.' method='get'>
+  <form action='{% url 'cas_login' %}' method='get'>
     <fieldset>
       <legend>Confirm to log in to {{ service }}</legend>
 	  <input type="hidden" name="service" value="{{ service }}">