fixed the subsites fr fr
This commit is contained in:
parent
e0cd65ae65
commit
f7d23ef603
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def faq():
|
||||||
|
|
||||||
@APP.route('/contact')
|
@APP.route('/contact')
|
||||||
def contact():
|
def contact():
|
||||||
return render_template('faq.html')
|
return render_template('contact.html')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in a new issue