Exemple #1
0
 def _process(self):
     if not config.PUBLIC_SUPPORT_EMAIL:
         raise NotFound
     return WPContact.render_template('contact.html')
Exemple #2
0
 def _process(self):
     if not config.PUBLIC_SUPPORT_EMAIL:
         raise NotFound
     return WPContact.render_template('contact.html')