Plumbing for the contact us page.

This commit is contained in:
yackob03 2013-12-17 17:02:37 -05:00
parent a53106be3b
commit 7c93688e30
5 changed files with 45 additions and 3 deletions

View file

@ -91,6 +91,11 @@ def signin():
return index('')
@app.route('/contact/')
def contact():
return index('')
@app.route('/new/')
def new():
return index('')