summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-10-11 23:14:52 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2011-10-11 23:14:52 +0200
commit19ccc5d5ddd7b58310bc84768e1a4eecffaae057 (patch)
treea250abcf702679924eaa58e690e978e0c8bcaa5a
parent8006c0da313e581bcc4aa466301eaad986d24067 (diff)
downloadsites-19ccc5d5ddd7b58310bc84768e1a4eecffaae057.tar.gz
sites-19ccc5d5ddd7b58310bc84768e1a4eecffaae057.tar.bz2
sites-19ccc5d5ddd7b58310bc84768e1a4eecffaae057.zip
display progress on error
-rw-r--r--templates/progress.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/progress.html b/templates/progress.html
index ac7cc49..d104c68 100644
--- a/templates/progress.html
+++ b/templates/progress.html
@@ -11,6 +11,8 @@ $var headline:
$if fail:
<p class="wrong">Error during creating list.</p>
+
+ <p class="wrong">$progress</p>
$else:
$:progress
</div>