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 %} -

{{ title }}

+ + + + + + + +{% if (status == "Inactive") %} + +
+ +This Poll is Inactive. You cannot vote on this Poll + +
+ +{% endif %} + + + +

{{ description }}

+ + + + + + + + + + + + + {% endblock %} - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +