From 85ef3d1a1edfbd50b84313fba14f305b2cb87499 Mon Sep 17 00:00:00 2001 From: willhockey20 Date: Tue, 20 Dec 2022 19:27:43 -0500 Subject: [PATCH] more and more testing --- goathacks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goathacks/__init__.py b/goathacks/__init__.py index 08086a7..527084d 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('templates/home/conduct', filename='conduct.pdf') + return url_for('conduct', filename='conduct.pdf') # Homepage @app.route("/")