|
|
|
@ -461,7 +461,7 @@ class ConferenceDetail(ObjectStatMixin, CommentMixin, JitterCacheMixin, Metadata |
|
|
|
# except City.DoesNotExist: |
|
|
|
# except City.DoesNotExist: |
|
|
|
# return super(ConferenceDetail, self).dispatch(request, *args, **kwargs) |
|
|
|
# return super(ConferenceDetail, self).dispatch(request, *args, **kwargs) |
|
|
|
if city: |
|
|
|
if city: |
|
|
|
return HttpResponseRedirect('/conference/city/%s/'%city.url) |
|
|
|
return HttpResponseRedirect('/conference/city/%s/' % city.url) |
|
|
|
except Exception: |
|
|
|
except Exception: |
|
|
|
# try: |
|
|
|
# try: |
|
|
|
return super(ConferenceDetail, self).dispatch(request, *args, **kwargs) |
|
|
|
return super(ConferenceDetail, self).dispatch(request, *args, **kwargs) |
|
|
|
|