Update __init__.py
This commit is contained in:
parent
c0a932d30c
commit
5913a8dd1b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def create_app():
|
||||||
|
|
||||||
#Code of conduct
|
#Code of conduct
|
||||||
@app.route('/conduct/conduct.pdf')
|
@app.route('/conduct/conduct.pdf')
|
||||||
def conduct(path):
|
def conduct():
|
||||||
return url_for('static', filename='conduct.pdf')
|
return url_for('static', filename='conduct.pdf')
|
||||||
|
|
||||||
# Homepage
|
# Homepage
|
||||||
|
|
Loading…
Add table
Reference in a new issue