summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-10-12 00:00:05 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2011-10-12 00:00:05 +0200
commit298626ff485cc5122e598aa5e4ed2f15e00811c4 (patch)
tree89dd68da5b4c71e6c401c98367e98c05599ca6e3
parentde7b146d87b6caab0fb626b2219b0ef4815c14f4 (diff)
downloadsites-298626ff485cc5122e598aa5e4ed2f15e00811c4.tar.gz
sites-298626ff485cc5122e598aa5e4ed2f15e00811c4.tar.bz2
sites-298626ff485cc5122e598aa5e4ed2f15e00811c4.zip
only formated log output in fail
-rw-r--r--templates/progress.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/progress.html b/templates/progress.html
index d104c68..5ae7946 100644
--- a/templates/progress.html
+++ b/templates/progress.html
@@ -10,9 +10,7 @@ $var headline:
</div>
$if fail:
- <p class="wrong">Error during creating list.</p>
-
- <p class="wrong">$progress</p>
+ <p class="wrong">$:progress</p>
$else:
$:progress
</div>