]> git.parisson.com Git - teleforma.git/commitdiff
fix time
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 21 Nov 2014 15:25:39 +0000 (16:25 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 21 Nov 2014 15:25:39 +0000 (16:25 +0100)
teleforma/views/pro.py

index 895f7bd5fbc9fc52ee1ee4580583a8a34124d4ef..2bde72a6fba2388cc8a503f049c8ad7ce1f5556c 100644 (file)
@@ -178,7 +178,7 @@ class SeminarView(SeminarAccessMixin, DetailView):
             messages.info(self.request, _("All your answers have been validated. You can now read the corrected documents (step 5)."))
         elif progress == 100 and validated and self.template_name == 'teleforma/seminar_detail.html':
             messages.info(self.request, _("You have successfully terminated all steps of your e-learning seminar. You can now download your training testimonial below."))
-        if progress == 100 and validated and delta <= 0:
+        if progress == 100 and validated and time <= 0:
             messages.info(self.request, _("Your connexion time is not sufficient. In order to get your testimonial, you have to work at least the time required for this seminar."))
 
         return context