diff --git a/poll/templates/poll/create.html b/poll/templates/poll/create.html new file mode 100644 index 0000000..30f5a1f --- /dev/null +++ b/poll/templates/poll/create.html @@ -0,0 +1,206 @@ +{% extends "topic/index.html" %} + +{% load i18n widget_tweaks dict_access static%} + +{% block style %} + +{% endblock %} + +{% block content %} + +