hehe whoops

This commit is contained in:
willhockey20 2022-12-20 19:33:04 -05:00
parent bca534e60a
commit f3b3b90a75

View file

@ -56,10 +56,10 @@ def create_app():
#Code of conduct #Code of conduct
@app.route('/conduct') @app.route('/conduct')
def conduct(): def conductindex():
return render_template('home/conduct/index.html') return render_template('home/conduct/index.html')
@app.route('/conduct/<path:path>') @app.route('/conduct/<path:path>')
def sponsor(path): def conduct(path):
return send_from_directory('templates/home/conduct', path) return send_from_directory('templates/home/conduct', path)
# Homepage # Homepage