Skip to content

Commit

Permalink
Event.description_html use auto_link #216
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfilliau committed Jan 16, 2015
1 parent ac8a1b4 commit 378843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talks/events/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def save(self, *args, **kwargs):

@property
def description_html(self):
return textile_restricted(self.description)
return textile_restricted(self.description, auto_link=True)

def __unicode__(self):
return u"Event: {title} ({start})".format(title=self.title, start=self.start)
Expand Down

0 comments on commit 378843e

Please sign in to comment.