]> git.parisson.com Git - teleforma.git/commitdiff
rename scenario
authoryomguy <yomguy@parisson.com>
Mon, 19 Nov 2012 08:02:10 +0000 (09:02 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 19 Nov 2012 08:02:10 +0000 (09:02 +0100)
teleforma/models/pro.py
teleforma/views/pro.py

index b86e6c94204552eca8b2904f892c126ae3d420a4..83c10ad6ed07f426d825a522ac5f7666b0b5e0cd 100644 (file)
@@ -208,7 +208,7 @@ class Evaluation(Model):
     #TODO
 
 
-class ScenarioPro(Model):
+class SeminarScenario1(Model):
 
     def __init__(self, seminar):
         self.seminar = seminar
index aeff3a9aeddf385bd9f1c8fa20c7eb73a6e8e671..044dde07c1d45651486446315f3b9d980b63b51e 100644 (file)
@@ -36,6 +36,8 @@
 
 from teleforma.views.core import *
 
+scenario = SeminarScenario1
+
 
 def format_pro_seminars(seminars, seminar=None, queryset=None, types=None, admin=False):
     if queryset: