>
> It should be like this->
>
 
 <form name="loginform" action="/notes/index/" method="post">
        {% csrf_token %}
        {{ form.as_p }}

        <input type="submit"/>
        {% for field, errors in form.errors.items %}
            {{ errors }}
       {% endfor %}
    </form>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cee2e85d-3219-482e-97ec-1eec4f65dee2o%40googlegroups.com.

Reply via email to