Issue 22: link to forum in top nav has extra slash
Status:  Fixed
Owner: ----
Closed:  Jun 2008
Reported by redsnapp...@gmail.com, Jun 1, 2008
Clicking on "Forums" in the top nav sends user to <a href='{% url
forum_index %}/'> in forum_list.html. Clinks on that links result in a 404
because the user is sent to forums// instead of forum/ 

Fixed by removing extra slash from end of link:

old:
<a href='{% url forum_index %}/'>

new:
<a href='{% url forum_index %}'>









































































































































Jun 5, 2008
Project Member #1 rwpoul...@gmail.com
Fixed in trunk, thank you.
Status: Fixed