What steps will reproduce the problem?
1. Loading website at /forumBR/
2.
3.
What is the expected output? What do you see instead?
Was hoping to see the website
What version of the product are you using? On what operating system?
Latest Beta version
Please provide any additional information below.
Caught an exception while rendering: Reverse for
'collegiateinvestor.auth_logout' with arguments '()' and keyword arguments
'{}' not found.
57 <a href="{% url forum-index %}"
58 title='{% trans "Check out our beatiful homepage" %}'>
59 {% trans "Home" %}</a>
60
61 <a href='{% url forum-search %}'
62 title='{% trans "Looking for something?" %}'>
63 {% trans "Search" %}</a>
64
65 {% if user.is_authenticated %}
66
67 <a href="{% url auth_logout %}?next={% url forum-index %}"
68 title='{% trans "Logout from website" %}'>
69 {% trans "Sign Out" %}</a>
70
71 <a href='{% url forum-user-profile user.username %}'
72 title='{{user.username}} : {% trans "View your personal data" %}'>
73 {{user}}</a>
74
75 {% if user.is_staff %}
76 : <a href='{% url admin:index %}' title='{% trans "Administrative
panel" %}'>Admin</a>
77 : <a href='{% url admin:forum_forum_changelist %}'>Forum</a>
Original issue reported on code.google.com by rishisi...@gmail.com on 21 Dec 2009 at 6:59
Original issue reported on code.google.com by
rishisi...@gmail.com
on 21 Dec 2009 at 6:59