aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates')
-rw-r--r--cgi/templates/banned.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/banned.html b/cgi/templates/banned.html
index e61cb73..9e59699 100644
--- a/cgi/templates/banned.html
+++ b/cgi/templates/banned.html
@@ -53,7 +53,7 @@
<div class="title">ERROR: Se te ha prohibido el acceso</div>
<div class="description">Lo sentimos, tu IP (#{ip}) o red están en lista negra.
<ul>
- <?py if reason != "": ?>
+ <?py if reason: ?>
<li>La razón fue:
<b>#{reason}</b>
</li>