From: Guillaume Pellerin Date: Thu, 3 Mar 2016 13:46:48 +0000 (+0100) Subject: bugfix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7f9e32d3f797d2f4f1a40feb70b91d5bccd70feb;p=mezzo.git bugfix --- diff --git a/app/festival/models.py b/app/festival/models.py index 1a0043e2..c7fe39b5 100644 --- a/app/festival/models.py +++ b/app/festival/models.py @@ -114,7 +114,6 @@ class Video(Displayable, RichText): #TODO: get html content from medias.ircam.fr with request module pass - @models.permalink def get_absolute_url(self): return reverse("festival-video-detail", kwargs={"slug": self.slug})