Made the CSS pretty (the CSS file hasn't been committed yet), plus added comment...
[~kgodey/maayanwich.git] / templates / login.html
index aba342a..584047f 100644 (file)
@@ -2,7 +2,7 @@
 
 {% block content %}
        <h1 class="pagetitle">Login</h1>
-       <form enctype="multipart/form-data" action="{% url login %}" method="post">
+       <form enctype="multipart/form-data" action="{% url login %}" method="post" class="cssform">
        {{ aform.as_p }}
        <input type="submit" value="Submit" />
        </form>