|
|
|
|
@ -474,7 +474,7 @@ class ConferenceDetail(ObjectStatMixin, CommentMixin, JitterCacheMixin, Metadata |
|
|
|
|
context['advertising_form'] = AdvertiseForm() |
|
|
|
|
obj = self.object |
|
|
|
|
if not obj.description: |
|
|
|
|
context['default_description'] = unicode(self.descriptions[lang]).format(**obj.default_description_context()) |
|
|
|
|
context['default_description'] = unicode(self.descriptions.get(lang)).format(**obj.default_description_context()) |
|
|
|
|
context['city'] = str(obj.city_id) |
|
|
|
|
context['country'] = str(obj.country_id) |
|
|
|
|
context['themes'] = [str(item.id) for item in obj.theme.all()] |
|
|
|
|
|