summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhalfnarp2.py3
-rw-r--r--static/faq.html (renamed from templates/faq.html)0
-rw-r--r--static/index.html (renamed from templates/index.html)0
3 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():
diff --git a/templates/faq.html b/static/faq.html
index aefd03d..aefd03d 100644
--- a/templates/faq.html
+++ b/static/faq.html
diff --git a/templates/index.html b/static/index.html
index 2e93fb3..2e93fb3 100644
--- a/templates/index.html
+++ b/static/index.html