Changeset 239:2f38f99ecdfa
- Timestamp:
- 05.02.2010 14:08:31 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
djangobb/djangobb_forum/views.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
djangobb/djangobb_forum/views.py
r223 r239 482 482 topic_count = Topic.objects.filter(user=user).count() 483 483 if user.forum_profile.post_count < forum_settings.POST_USER_SEARCH and not request.user.is_authenticated(): 484 return HttpResponseRedirect(reverse('user_signin') + '?next=%s' % request.path) 484 #FIXME: problem with redirect to unicoded url; blocker - django ticket #11522 485 return HttpResponseRedirect(reverse('user_signin') + '?next=%s' % request.path) 485 486 return {'profile': user, 486 487 'topic_count': topic_count,
Note: See TracChangeset
for help on using the changeset viewer.
