diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index f63a4b089..68b7d1942 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -21,6 +21,18 @@ Conflict markers have been inserted into the page content. Reconcile the conflict and commit again to save your changes. </p> </TMPL_IF> +<TMPL_IF NAME="FAILED_SAVE"> +<p> +<b>Failed to save your changes.</b> +</p> +<p> +Your changes were not able to be saved to disk. The system gave the error: +<blockquote> +<TMPL_VAR ERROR_MESSAGE> +</blockquote> +Your changes are preserved below, and you can try again to save them. +</p> +</TMPL_IF> <TMPL_VAR FORM-START> <div class="header"> <span><TMPL_VAR INDEXLINK>/ <TMPL_VAR FORM-TITLE></span> |