diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 21:13:35 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 21:13:35 +0200 |
commit | be3fe912791f7332374ca231422d3a06b05778e9 (patch) | |
tree | 5295c217ac8424a895370d956037a650d6445435 /editcreationconflict.tmpl | |
parent | 2fb8dbca8338e24e7018355295d8248eba6e1132 (diff) |
Sync with ikiwiki 2.55.
Diffstat (limited to 'editcreationconflict.tmpl')
-rw-r--r-- | editcreationconflict.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editcreationconflict.tmpl b/editcreationconflict.tmpl new file mode 100644 index 0000000..c99102f --- /dev/null +++ b/editcreationconflict.tmpl @@ -0,0 +1,9 @@ +<p class="error"> +<b>While you were creating this page, someone else independently created a page +with the same name.</b> +</p> +<p> +The edit box below contains the page's current content, followed by the +content you entered previously, to allow you to merge the two +together before saving. +</p> |