fixed the subsites fr fr

This commit is contained in:
Patrick_Pluto 2024-09-16 16:18:48 +02:00
parent e0cd65ae65
commit f7d23ef603

View file

@ -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__':