Hi, I get this annoying error.

Here is the error:

<class 'django.template.TemplateSyntaxError'>: Caught an exception
while rendering: Reverse for 'settings.contact-consultation-request'
with arguments '()' and keyword arguments '{}' not found. Original
Traceback (most recent call last): File "/home/aaron/websites/
Chillenvillen.com/apps/google_app_engine/mci-new2/common/zip-packages/
django-1.0.2.zip/django/template/debug.py", line 71, in render_node
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
mci-new2/common/zip-packages/django-1.0.2.zip/django/template/
defaulttags.py", line 378, in render args=args, kwargs=kwargs) File "/
home/aaron/websites/Chillenvillen.com/apps/google_app_engine/mci-new2/
common/zip-packages/django-1.0.2.zip/django/core/urlresolvers.py",
line 254, in reverse File "/home/aaron/websites/Chillenvillen.com/apps/
google_app_engine/mci-new2/common/zip-packages/django-1.0.2.zip/django/
core/urlresolvers.py", line 243, in reverse NoReverseMatch: Reverse
for 'settings.contact-consultation-request' with arguments '()' and
keyword arguments '{}' not found.
      args = (u"Caught an exception while rendering: Reverse
for...uments '()' and keyword arguments '{}' not found.",)
      exc_info = (<class 'django.core.urlresolvers.NoReverseMatch'>,
NoReverseMatch("Reverse for 'settings.contact-co...nts '()' and
keyword arguments '{}' not found.",), <traceback object at 0xb503234>)
      message = u"Caught an exception while rendering: Reverse
for...uments '()' and keyword arguments '{}' not found."
      source = (<django.template.loader.LoaderOrigin object at
0xb38714c>, (894, 932))



I don't have a clue why I am getting this. And no I didn't name the
url: 'settings.contact-consultation-request


I named the url : 'contact-consultation-request"

it is supposed to be used for a html form.  I did added the url right.
I evne asked on the IRC  but they are also stumped.

So I thought why not give it a shot on here.

any ideas what I can do to get rid of this error?

I have to get the site up by tonight at 8:00pm else I may get fired.


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

Reply via email to