summaryrefslogtreecommitdiff
path: root/templates/main.html
diff options
context:
space:
mode:
authoretienne2008-08-06 18:40:47 +0000
committeretienne2008-08-06 18:40:47 +0000
commit25cb65439859e7fd3e9b28815d3d620affc145ec (patch)
tree000156332ff7023c87bc22ccad6823f7ebdbfc49 /templates/main.html
parentc0f702909fe00fde38500ba3d6981137c3d64d7a (diff)
Poll with no choices are no longer available
Diffstat (limited to 'templates/main.html')
-rw-r--r--templates/main.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.html b/templates/main.html
index b51e7fe..34f6609 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block content %}
+{% if error %}<p class='error'>{{error}}</p>{%endif%}
<h2><a href='edit/0'>Create a poll</a></h2>
<p>Create a new sondage for take a decision, find a date for a meeting, etc.</p>