aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/wiki/history/show.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-01 11:36:13 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-01 11:36:13 +0100
commitd5be0951fb8f332ad9dc27caf25e64ac255eedc8 (patch)
tree5b6b1c87dfc64da7783b04c68ac184dc158934a0 /pysite/views/wiki/history/show.py
parent[Wiki] Fix image spacing (diff)
parentrestructure docker (diff)
Merge remote-tracking branch 'origin/master'
# Conflicts: # static/style.css
Diffstat (limited to 'pysite/views/wiki/history/show.py')
-rw-r--r--pysite/views/wiki/history/show.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pysite/views/wiki/history/show.py b/pysite/views/wiki/history/show.py
index e18b017e..00a1dc27 100644
--- a/pysite/views/wiki/history/show.py
+++ b/pysite/views/wiki/history/show.py
@@ -1,4 +1,3 @@
-# coding=utf-8
import datetime
from werkzeug.exceptions import NotFound
@@ -9,7 +8,7 @@ from pysite.mixins import DBMixin
class RevisionsListView(RouteView, DBMixin):
- path = "/history/show/<string:page>"
+ path = "/history/show/<path:page>"
name = "history.show"
table_name = "wiki_revisions"