Added routing for sponsor package and code of conduct #6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def create_app():
|
||||||
#Code of conduct
|
#Code of conduct
|
||||||
@app.route('/conduct/conduct.pdf')
|
@app.route('/conduct/conduct.pdf')
|
||||||
def conduct():
|
def conduct():
|
||||||
return url_for('template/home/conduct/', filename='conduct.pdf')
|
return url_for('static', filename='conduct.pdf')
|
||||||
|
|
||||||
# Homepage
|
# Homepage
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
|
|
Loading…
Add table
Reference in a new issue