From f264e92693ae6c810db23292ca1e8e111ff81f6c Mon Sep 17 00:00:00 2001 From: willhockey20 Date: Tue, 20 Dec 2022 19:25:58 -0500 Subject: [PATCH] should just be working serverside at this point lol --- goathacks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goathacks/__init__.py b/goathacks/__init__.py index 13332dd..6daaadc 100644 --- a/goathacks/__init__.py +++ b/goathacks/__init__.py @@ -57,7 +57,7 @@ def create_app(): #Code of conduct @app.route('/conduct/conduct.pdf') def conduct(): - return url_for('template/home/conduct/', filename='conduct.pdf') + return url_for('static', filename='conduct.pdf') # Homepage @app.route("/")