Plumbing for the contact us page.
This commit is contained in:
parent
a53106be3b
commit
7c93688e30
5 changed files with 45 additions and 3 deletions
|
@ -91,6 +91,11 @@ def signin():
|
|||
return index('')
|
||||
|
||||
|
||||
@app.route('/contact/')
|
||||
def contact():
|
||||
return index('')
|
||||
|
||||
|
||||
@app.route('/new/')
|
||||
def new():
|
||||
return index('')
|
||||
|
|
Reference in a new issue