diff --git a/poll/poll/doctype/poll/templates/poll.html b/poll/poll/doctype/poll/templates/poll.html index db12309..56a5b5e 100644 --- a/poll/poll/doctype/poll/templates/poll.html +++ b/poll/poll/doctype/poll/templates/poll.html @@ -1,7 +1,270 @@ {% extends "templates/web.html" %} + + +{% block title %}{{ title }}{% endblock %} + + + {% block page_content %} -
{{ description }}
+ + + +{{ "Vote" if option.votes==1 else "Votes" }}
+ +{{ option.description }}
{% endif %} + +