moved media to media folder in app
[~kgodey/maayanwich.git] / templates / newuser.html
index 80fc3ff..20d837d 100644 (file)
@@ -1,9 +1,11 @@
 {% extends "base.html" %}
 
+{% block title %}Create account{% endblock %}
+
 {% block content %}
        <h1 class="pagetitle">Create account</h1>
        <form enctype="multipart/form-data" action="{% url signup %}" method="post" class="cssform">
-       {{ cform.as_p }}
+       {{ aform.as_p }}
        <input type="submit" value="Submit" />
        </form>
 {% endblock %}
\ No newline at end of file