Added custom jquery plugin jquery.cuteform.js.
[wolnelektury.git] / templates / auth / login.html
index 272256f..02c20b2 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
 {% block body %}
-    <form method="POST" action="." class="simple-form">
+    <form method="POST" action="." class="cuteform">
     <ol>
         {{ form.as_ul }}
         <li><input type="submit" value="Zaloguj" /></li>