AIFDR / riab

Risk in a Box - main project
Other
17 stars 6 forks source link

TemplateSyntaxError at /maps/new #116

Closed uniomni closed 13 years ago

uniomni commented 13 years ago

Cannot connect to endpoint https://github.com/AIFDR/riab/issues/new

Error message is TemplateSyntaxError at /maps/new

Caught NoReverseMatch while rendering: Reverse for 'index' with arguments '()' and keyword arguments '{}' not found.

Request Method: GET Request URL: http://localhost:8000/maps/new Django Version: 1.3 Exception Type: TemplateSyntaxError Exception Value:

Caught NoReverseMatch while rendering: Reverse for 'index' with arguments '()' and keyword arguments '{}' not found.

Exception Location: /home/nielso/dev/riab_env/lib/python2.6/site-packages/django/template/defaulttags.py in render, line 450 Python Executable: /home/nielso/dev/riab_env/bin/python Python Version: 2.6.6 Python Path:

['../build/lib.darwin-8.8.1-i386-2.3/', '/home/nielso/dev/riab_env/bin', '/home/nielso/dev/riab_env/lib/python2.6/site-packages/pip-0.7.2-py2.6.egg', '/home/nielso/dev/riab_env/src/avatar', '/home/nielso/dev/riab_env/src/gsconfig.py/src', '/home/nielso/dev/geonode/src/GeoNodePy', '/home/nielso/dev/riab', '/home/nielso/dev/riab_env/src/nosexcover', '/home/nielso/dev/riab_env/src/owslib', '/home/nielso/dev/riab_env/lib/python2.6', '/home/nielso/dev/riab_env/lib/python2.6/plat-linux2', '/home/nielso/dev/riab_env/lib/python2.6/lib-tk', '/home/nielso/dev/riab_env/lib/python2.6/lib-old', '/home/nielso/dev/riab_env/lib/python2.6/lib-dynload', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib64/python2.6/lib-tk', '/home/nielso/dev/riab_env/lib/python2.6/site-packages', '/home/nielso/dev/riab_env/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg-info', '/usr/local/lib/python2.6/site-packages', '/usr/local/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.6/gtk-2.0']

Server time: Wed, 10 Aug 2011 01:52:41 -0500

ingenieroariel commented 13 years ago

Fixed by moving calculator to /impact instead of having it in the index. However there is another bug with the link in the navbar that bit Trev in his demo.

(ole): Should this be a new ticket then?