Removed contact form and added a documentaion subside
This commit is contained in:
parent
2ca055b4c1
commit
755c2c441f
5 changed files with 18 additions and 44 deletions
|
@ -36,9 +36,9 @@ def faq():
|
|||
return render_template('faq.html')
|
||||
|
||||
|
||||
@APP.route('/contact')
|
||||
@APP.route('/documentation')
|
||||
def contact():
|
||||
return render_template('contact.html')
|
||||
return render_template('documentation.html')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue