summaryrefslogtreecommitdiffstats
path: root/root/templates/page.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/templates/page.tt')
-rw-r--r--root/templates/page.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/templates/page.tt b/root/templates/page.tt
index 43b111f..d9e16dc 100644
--- a/root/templates/page.tt
+++ b/root/templates/page.tt
@@ -1,7 +1,7 @@
<html>
<body>
<h1>[% page %]</h1>
-<p><a href="[% uri_for('controller', 'wiki', 'action', 'edit', 'page_name', page) %]">Edit</a></p>
+<p><a href="[% uri_for('action', 'edit', 'page_name', page) %]">Edit</a></p>
<p>
[% text %]
</p>