Removed subversion files
[redakcja.git] / platforma / templates / registration / login.html
index 810bd4e..e4b0897 100644 (file)
@@ -8,7 +8,7 @@
 <form method="POST" action="{% url django.contrib.auth.views.login %}">
 {{ form.as_p }}
 <p><input type="submit" value="Login" /></p>
-<input type="hidden" name="next" value="{{ next }}" />
+<input type="hidden" name="next" value="{{ next|urlencode }}" />
 </form>
 </div>