osuosl / dougfir-pelican-theme

Pelican theme based off of the OSU Dougfir Drupal theme
Apache License 2.0
2 stars 2 forks source link

Get forms working #4

Closed lucywyman closed 9 years ago

lucywyman commented 9 years ago

The current osuosl website has contact forms for requesting hosting, requesting OpenPower, and a Supercell feedback form. We'd like to implement these in Pelican with a little werkzeug app, which basically consists of getting data from the HTML form and sending it in a loosely-formatted email to an email specified in the pelicanconf.py (for any form).

matthewrsj commented 9 years ago

Fixed by #6 and http://github.com/osuosl/formsender