예제 #1
0
 def _process(self):
     if not config.PUBLIC_SUPPORT_EMAIL:
         raise NotFound
     return WPContact.render_template('contact.html')
예제 #2
0
파일: controllers.py 프로젝트: jas01/indico
 def _process(self):
     if not config.PUBLIC_SUPPORT_EMAIL:
         raise NotFound
     return WPContact.render_template('contact.html')