diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 00:19:39 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 21:14:05 +0000 |
commit | edb69335f2ca5d42c62f6a4cce0b044da5ef88e8 (patch) | |
tree | 1f24f01ac24edc98f872aa2d47493509f35c9e09 /templates | |
parent | 9af0f04df3a9c589d63a4f8d95af06098f0474db (diff) | |
download | ikiwiki-edb69335f2ca5d42c62f6a4cce0b044da5ef88e8.tar ikiwiki-edb69335f2ca5d42c62f6a4cce0b044da5ef88e8.tar.gz |
comments: instead of hard-coding mdwn, allow any supported page format
Diffstat (limited to 'templates')
-rw-r--r-- | templates/comments_form.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/comments_form.tmpl b/templates/comments_form.tmpl index 59c03b4f0..e798fcdde 100644 --- a/templates/comments_form.tmpl +++ b/templates/comments_form.tmpl @@ -6,10 +6,11 @@ <TMPL_VAR FIELD-PAGE> Subject: <TMPL_VAR FIELD-SUBJECT><br /> <TMPL_VAR FIELD-BODY><br /> +Page type: <TMPL_VAR FIELD-TYPE><br /> <TMPL_VAR FORM-SUBMIT><br /> <TMPL_VAR HELPONFORMATTINGLINK><br /> -Formatting with Markdown and HTML are allowed.<br /> -IkiWiki directives ([[!directive]]) are <TMPL_UNLESS NAME="ALLOWDIRECTIVES">not </TMPL_UNLESS>allowed.<br /> +A subset of HTML is allowed.<br /> +IkiWiki directives ([[!directive]]) are <TMPL_UNLESS NAME="ALLOWDIRECTIVES">not </TMPL_UNLESS>allowed in comments on this wiki.<br /> <TMPL_VAR NAME="FORM-END"> <TMPL_IF NAME="PAGE_PREVIEW"> |