Pilsburgh / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Template error and auth_logout #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Wow, I'm stupid. I posted this on the wrong site. I apologize.

Original comment by rishisi...@gmail.com on 21 Dec 2009 at 7:00

GoogleCodeExporter commented 9 years ago

Original comment by rwpoul...@gmail.com on 21 Dec 2009 at 8:19