Revision history [back]
NoReverseMatch at /question/i/abcd-edfg
Hi, I just made a clean new installation:
- Apache 2.2.22 on Ubuntu 12.04 64bit
- Django 1.4.5 from project page
- askbot and other dependencies via pip
I configured the site and everything was working great with the default skin. Switching to a custom skin (copy&paste of default skin and editing of templates) almost everything is working, except for the question's detail pages, e.g. /question/1/...
I get an error message saying
NoReverseMatch at /question/2/where-can-i-find-the-model-or-serial-number-of-my-device/
Reverse for 'AskBot.vote' with arguments '(2L,)' and keyword arguments '{}' not found.`
Commenting out the {% url %} tags I can obtain a running system again, but the following URL-names cannot be reversed using my custom skin:
- vote
- answer_to_comment