]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 1 Feb 2014 13:59:10 +0000 (14:59 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 1 Feb 2014 13:59:10 +0000 (14:59 +0100)
teleforma/sources/models.py

index 2dde36a07ab8c2c778ec5e8d02120601adab551f..e3927f0c332273d2d1202e91bc55e78be78aa5c9 100644 (file)
@@ -45,7 +45,7 @@ class Source(Model):
     @property
     def proxy(self):
         "As set in the reverse proxy pass on the web server"
-        return '/telecaster/' + public_id + '/'
+        return '/telecaster/' + self.public_id + '/'
 
     @property
     def default_monitor_url(self):