diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2020-11-10 17:13:02 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2020-11-10 17:13:02 -0700 |
commit | 45ff04784fb90a8303103268b9e007e90c632855 (patch) | |
tree | 583b404aad2b9a39f6880c368f00004d92d92ddf | |
parent | bc66928d95b4d9005db5fd7c9c2e329e4148e4bd (diff) | |
download | wiki-45ff04784fb90a8303103268b9e007e90c632855.tar.gz |
move location of no comments comment
-rw-r--r-- | templates/page.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index ea95faf..6d1a92d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -150,7 +150,8 @@ <TMPL_VAR COMMENTS> <TMPL_IF ADDCOMMENTURL> <div class="addcomment"> -<a href="<TMPL_VAR ADDCOMMENTURL>">Add a comment</a> +<em>Logging in to post a comment is currently disabled due to spam. Please e-mail your comment to <spwhitton@spwhitton.name> and indicate which page you'd like to post it on. Thanks!</em> +<!-- <a href="<TMPL_VAR ADDCOMMENTURL>">Add a comment</a> --> </div> <TMPL_ELSE> <div class="addcomment">Comments on this page are closed.</div> @@ -209,8 +210,6 @@ License: <TMPL_VAR LICENSE> </TMPL_IF> <div class="pagedate"> -<em>Logging in to post a comment is currently disabled due to spam. Please e-mail your comment to <spwhitton@spwhitton.name> and indicate which page you'd like to post it on. Thanks!</em> - Last edited <TMPL_VAR MTIME><br /> Created <TMPL_VAR CTIME> </div> |