summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2015-07-08 17:01:30 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-07-08 17:01:30 (EDT)
commitc0993b62e6b757ef45f9f237fda6c5acf7aa1916 (patch)
tree6a776a16aa2a8e5f54040bf4d6a7fe9504856477 /templates
parent3079f44e08f7632c72d7e066daa5bcd0aac0668d (diff)
templates/page.tmpl: Drop "Edit" link for now
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 4e6c56c..00edb50 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -71,7 +71,8 @@
<ul>
<TMPL_IF EDITURL>
<li>
- <a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a>
+ <!-- a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a -->
+ Edit
(<a href="/wiki/editing">Help</a>)
</li>
</TMPL_IF>