From 11461e62f56e9f2fb9f679c209c681da0430de0d Mon Sep 17 00:00:00 2001 From: dresl Date: Thu, 28 Apr 2016 21:20:54 +0200 Subject: [PATCH] change structure --- leonardo_polls/templates/{ => widget}/polls/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename leonardo_polls/templates/{ => widget}/polls/default.html (55%) diff --git a/leonardo_polls/templates/polls/default.html b/leonardo_polls/templates/widget/polls/default.html similarity index 55% rename from leonardo_polls/templates/polls/default.html rename to leonardo_polls/templates/widget/polls/default.html index 01f305c..d85312a 100644 --- a/leonardo_polls/templates/polls/default.html +++ b/leonardo_polls/templates/widget/polls/default.html @@ -1,5 +1,5 @@ {% extends widget.get_base_template %} {% block content %} -{{ widget.title }} +

{{ widget.title }}

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