From f3b3b90a7558e6d14c636dd711d7320e327189fe Mon Sep 17 00:00:00 2001 From: willhockey20 Date: Tue, 20 Dec 2022 19:33:04 -0500 Subject: [PATCH] hehe whoops --- goathacks/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/goathacks/__init__.py b/goathacks/__init__.py index 6a33bf5..6530201 100644 --- a/goathacks/__init__.py +++ b/goathacks/__init__.py @@ -56,12 +56,12 @@ def create_app(): #Code of conduct @app.route('/conduct') - def conduct(): + def conductindex(): return render_template('home/conduct/index.html') @app.route('/conduct/') - def sponsor(path): + def conduct(path): return send_from_directory('templates/home/conduct', path) - + # Homepage @app.route("/") def index_redirect():