fix about page
This commit is contained in:
parent
628b4c0148
commit
bd19da9792
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def case():
|
||||||
|
|
||||||
@app.route('/about')
|
@app.route('/about')
|
||||||
def about():
|
def about():
|
||||||
return send_from_directory('static', 'about.sanitize_html')
|
return send_from_directory('static', 'about.html')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True)
|
app.run(debug=True)
|
||||||
|
|
Loading…
Add table
Reference in a new issue