diff options
-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 %} |