diff options
Diffstat (limited to 'templates/main.html')
| -rw-r--r-- | templates/main.html | 1 |
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> |
