Re: I have two doubts when It comes to django url and django templates . Please help

2011-06-23 Thread Tom Evans
On Thu, Jun 23, 2011 at 3:52 PM, Satyajit Sarangi wrote: > {% extends "base.html" %} > > {% load i18n %} > Hello User {{user}} > {% block content %} >    {% if form.errors %} >    {% trans "Sorry there are corrections needed > in your form below:" %} {{

I have two doubts when It comes to django url and django templates . Please help

2011-06-23 Thread Satyajit Sarangi
{% extends "base.html" %} {% load i18n %} Hello User {{user}} {% block content %} {% if form.errors %} {% trans "Sorry there are corrections needed in your form below:" %} {{ form.non_field_errors }} {% endif %} {% if form.is_multipart %} Hello User {{user}} {% else