diff options
author | 2018-05-02 13:52:07 +0100 | |
---|---|---|
committer | 2018-05-02 13:52:07 +0100 | |
commit | 664b5758c999ba7c8f2b05b152cccdbefc8171e0 (patch) | |
tree | 23bd6683c13684a47a94145b098bdb25c4aa6f86 /templates | |
parent | [All Pages] Fix the other half of that dumb (diff) |
[All Pages] Fix links
Diffstat (limited to 'templates')
-rw-r--r-- | templates/wiki/special_all.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/special_all.html b/templates/wiki/special_all.html index 60df4ac3..92aa12a4 100644 --- a/templates/wiki/special_all.html +++ b/templates/wiki/special_all.html @@ -16,7 +16,7 @@ <ul> {% for page in pages %} - <li><a href="{{ page.slug }}"> + <li><a href="{{ url_for("wiki.page", page=page.slug) }}"> {{ page.title }} (<span style="font-family: monospace;">{{ page.slug }}</span>) </a></li> {% endfor %} |