diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 20:17:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 20:17:03 -0400 |
commit | 1c9a3cb82b5810214d9c1b9bad2462cd7e784ff6 (patch) | |
tree | 88adeca054f6eefcab74da3aba7d7b31c203c086 /templates | |
parent | d76c10cba24c2bea026facb2a9e5e3215d7f3994 (diff) | |
download | ikiwiki-1c9a3cb82b5810214d9c1b9bad2462cd7e784ff6.tar ikiwiki-1c9a3cb82b5810214d9c1b9bad2462cd7e784ff6.tar.gz |
add a rename summary
Diffstat (limited to 'templates')
-rw-r--r-- | templates/renamesummary.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/renamesummary.tmpl b/templates/renamesummary.tmpl new file mode 100644 index 000000000..1d5e159d8 --- /dev/null +++ b/templates/renamesummary.tmpl @@ -0,0 +1,6 @@ +<p> +<b>Successfully renamed <TMPL_VAR SRC> to <TMPL_VAR DEST>.</b> +</p> +<p> +Summary of links: TODO +</p> |