While investigating a 404 error in my GWT account (http://expats.askbot.com/get-tags-by-wildcard/), I noticed that one link on the 404 page goes to... the same page!

Here's where the link appears on the page:

True, it happens to me also. Until it's commited by the development team, you may want to edit file skins/default/templates/404.jinja.html and instead of (around line 20)
<a href="{{feedback_site_url}}" target="_blank">
put
<a href={% if settings.FEEDBACK_SITE_URL %}
"{{settings.FEEDBACK_SITE_URL}}"
target="_blank"
{% else %}
"{% url feedback %}?next={{request.path}}"
{% endif %}>
That should work, I just copied it from footer.html. For your changes to take affect you should then run
python setup.py install
python manage.py collectstatic
Cheers!
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-05-04 10:45:02 -0500
Seen: 45 times
Last updated: May 04 '12
Unparsed token in badge page template
"Answer Your Own Question" button is truncated intermittently
Accepting answer results in broken image
"502 Bad Gateway" when visiting certain URLs
"Flag Offensive" appears twice at the bottom of answers
User gains karma for accepting own answer
Link to profile in "badge earned" banner should go to activity page.
Some permalinks to specific question revisions go to 404
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.