コード例 #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')