Index: branches/htmlform/templates/update.tmpl
===================================================================
--- branches/htmlform/templates/update.tmpl	(revision 503)
+++ branches/htmlform/templates/update.tmpl	(revision 505)
@@ -1,2 +1,8 @@
+<TMPL_IF err>
+<div class="regular err">
+<p><TMPL_VAR NAME=err></p>
+<input type="button" value="Back" onclick="history.go(-1)">
+</div>
+<TMPL_ELSE>
 <div class="heading">Allocation info updated:</div>
 
@@ -61,2 +67,3 @@
 <a href="/ip/cgi-bin/main.cgi?action=<TMPL_IF backpool>listpool&amp;pool=<TMPL_ELSE>showrouted&amp;block=</TMPL_IF><TMPL_VAR NAME=backblock>">Back to <TMPL_VAR NAME=backblock></a>
 </div>
+</TMPL_IF>
