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