From: yomguy Date: Mon, 13 Feb 2012 16:33:31 +0000 (+0100) Subject: no refresh now for video X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=101a4cd359b8d22ae98a83ba3de76039c742977f;p=telecaster-cgi.git no refresh now for video --- diff --git a/webview.py b/webview.py index e1abf50..94d3655 100644 --- a/webview.py +++ b/webview.py @@ -280,7 +280,7 @@ class WebView(FieldStorage): print "" self.colophon() self.footer() - + def stop_form(self, conference_dict, writing, casting): department = conference_dict['department'] conference = conference_dict['conference'] @@ -290,7 +290,7 @@ class WebView(FieldStorage): self.mount_point ='_-_'.join([self.short_name,department,conference])+'.'+self.format self.writing = writing self.casting = casting - self.refresh = True + self.refresh = False self.header() self.sub_header() @@ -317,7 +317,7 @@ class WebView(FieldStorage): print "" print "" print "" - + self.colophon() self.footer()