no reverse for staticpage

1 view
Skip to first unread message

Kenneth Gonsalves

unread,
Jun 6, 2009, 4:05:26 AM6/6/09
to fosscon...@googlegroups.com
hi,

I am getting this error now:

TemplateSyntaxError at /

Caught an exception while rendering: Reverse for 'staticpage' with arguments
'()' and keyword arguments '{'menu': 1}' not found.

Original Traceback (most recent call last):
File "/home/lawgon/projects/quadmulc/env/lib/python2.5/site-
packages/django/template/debug.py", line 71, in render_node
result = node.render(context)
File "/home/lawgon/projects/quadmulc/env/lib/python2.5/site-
packages/django/template/defaulttags.py", line 155, in render
nodelist.append(node.render(context))
File "/home/lawgon/projects/quadmulc/env/lib/python2.5/site-
packages/django/template/defaulttags.py", line 382, in render
raise e
NoReverseMatch: Reverse for 'staticpage' with arguments '()' and keyword
arguments '{'menu': 1}' not found.

Request Method: GET
Request URL: http://conference.web/
Exception Type: TemplateSyntaxError
Exception Value:

Caught an exception while rendering: Reverse for 'staticpage' with arguments
'()' and keyword arguments '{'menu': 1}' not found.

Original Traceback (most recent call last):
File "/home/lawgon/projects/quadmulc/env/lib/python2.5/site-
packages/django/template/debug.py", line 71, in render_node
result = node.render(context)
File "/home/lawgon/projects/quadmulc/env/lib/python2.5/site-
packages/django/template/defaulttags.py", line 155, in render
nodelist.append(node.render(context))
File "/home/lawgon/projects/quadmulc/env/lib/python2.5/site-
packages/django/template/defaulttags.py", line 382, in render
raise e
NoReverseMatch: Reverse for 'staticpage' with arguments '()' and keyword
arguments '{'menu': 1}' not found.

Exception Location: /home/lawgon/projects/quadmulc/env/lib/python2.5/site-
packages/django/template/debug.py in render_node, line 81
--
regards
kg
http://lawgon.livejournal.com

Kenneth Gonsalves

unread,
Jun 6, 2009, 9:06:56 PM6/6/09
to fosscon...@googlegroups.com
On Saturday 06 June 2009 13:35:26 Kenneth Gonsalves wrote:
> I am getting this error now:
>
> TemplateSyntaxError at /
>
> Caught an exception while rendering: Reverse for 'staticpage' with
> arguments '()' and keyword arguments '{'menu': 1}' not found.

solved: should be staic_page and not staticpage

Kenneth Gonsalves

unread,
Jun 6, 2009, 9:24:41 PM6/6/09
to fosscon...@googlegroups.com
On Sunday 07 June 2009 06:36:56 Kenneth Gonsalves wrote:
> On Saturday 06 June 2009 13:35:26 Kenneth Gonsalves wrote:
> > I am getting this error now:
> >
> > TemplateSyntaxError at /
> >
> > Caught an exception while rendering: Reverse for 'staticpage' with
> > arguments '()' and keyword arguments '{'menu': 1}' not found.
>
> solved: should be staic_page and not staticpage

s/staic_page/static_page/

Reply all
Reply to author
Forward
0 new messages