X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/73bfc6b53448f5f1d10d9b3f58f2cf4f3756be41..122f2f5678cfe723a44c140206da2cb9117b46ee:/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 }}">