summaryrefslogtreecommitdiff
path: root/halfnarp2.py
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-01-06 04:10:51 +0100
committererdgeist <erdgeist@erdgeist.org>2025-01-06 04:10:51 +0100
commitdd8037abe7898ce120007b2a4f5fc3d96d20340b (patch)
tree17021b430bc00b16feae46114b9e02f885a21fc9 /halfnarp2.py
parentc1d8ad88a43a87ac7ecdf7f324750252a9e6505b (diff)
Clean up static files, they're not templates
Diffstat (limited to 'halfnarp2.py')
-rwxr-xr-xhalfnarp2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/halfnarp2.py b/halfnarp2.py
index 314b1b4..0cc3906 100755
--- a/halfnarp2.py
+++ b/halfnarp2.py
@@ -25,10 +25,11 @@ class TalkPreference(db.Model):
25 talk_ids = db.Column(db.String) 25 talk_ids = db.Column(db.String)
26 26
27 27
28"""
28@app.route("/") 29@app.route("/")
29def root(): 30def root():
30 return render_template("index.html") 31 return render_template("index.html")
31 32"""
32 33
33@app.route("/-/talkpreferences", methods=["GET"]) 34@app.route("/-/talkpreferences", methods=["GET"])
34def sessions(): 35def sessions():