Added routing for sponsor package and code of conduct #6

Merged
wfryan merged 16 commits from adding-sponsor-and-conduct into master 2022-12-20 20:15:05 -05:00
Showing only changes of commit 85ef3d1a1e - Show all commits

View file

@ -57,7 +57,7 @@ def create_app():
#Code of conduct
@app.route('/conduct/conduct.pdf')
def conduct():
return url_for('templates/home/conduct', filename='conduct.pdf')
return url_for('conduct', filename='conduct.pdf')
# Homepage
@app.route("/")