Get the footer style working and add a demo page to demo it
[wiki] / main.py
diff --git a/main.py b/main.py
index 189009c..b87aa3a 100644 (file)
--- a/main.py
+++ b/main.py
@@ -10,7 +10,7 @@ def index():
 @app.route('/p/<name>')
 def page(name):
     for ch in name:
-        if not ch in 'abcdefghijklmnopqrstuvwxyz_':
+        if not ch in 'abcdefghijklmnopqrstuvwxyz_0123456789':
             flask.abort(404)
 
     try: