El 05/04/11 17:48, GOUTAM KUMAR RANA escribió:

7 : <a href="{% url homepage_index %}">home</a> - <a href=" {% url homepage_about %} ">about</a> - <a href="{% url homepage_archive %}">archive</a> - <a href="{% url homepage_contact %}">contact</a>contact

Make sure a url named[0] "homepage_about" exists in one of your active urls.py files, and that it takes no arguments.

[0] http://docs.djangoproject.com/en/dev/topics/http/urls/#naming-url-patterns

--
Gonzalo Delgado<gonzalo...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to