summaryrefslogtreecommitdiff
path: root/papillon/polls/templates
diff options
context:
space:
mode:
authorAna <ana.charpentier@free.fr>2016-04-19 10:40:58 +0200
committerAna <ana.charpentier@free.fr>2016-04-19 10:40:58 +0200
commit7300ea9e25b700702cf465776093ad937d82918e (patch)
tree47e94dd9051127ce3c690e3d81d30fe6a2c81391 /papillon/polls/templates
parentc24aa3fdf3942097f8e418fb71669c1dc807eafa (diff)
downloadPapillon-w-ana.tar.bz2
Papillon-w-ana.zip
modifications mineures sur .po / modif des chemins dansw-ana
editchoicesadmin.html et editchoicesuser.html, ainsi que dans feeds.py et views.py manage.py est fortement modifie
Diffstat (limited to 'papillon/polls/templates')
-rw-r--r--papillon/polls/templates/polls/editChoicesAdmin.html2
-rw-r--r--papillon/polls/templates/polls/editChoicesUser.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/papillon/polls/templates/polls/editChoicesAdmin.html b/papillon/polls/templates/polls/editChoicesAdmin.html
index dc0c4bd..68eb1fb 100644
--- a/papillon/polls/templates/polls/editChoicesAdmin.html
+++ b/papillon/polls/templates/polls/editChoicesAdmin.html
@@ -19,7 +19,7 @@
<a href="{% url 'edit' poll.admin_url %}"><button>{% trans "Next"%}</button></a></p>
{% endif %}
-{% include 'editChoices.html' %}
+{% include 'polls/editChoices.html' %}
{% if choices %}
<div class="new_poll" style="margin-top:20px;">
diff --git a/papillon/polls/templates/polls/editChoicesUser.html b/papillon/polls/templates/polls/editChoicesUser.html
index 88cd4fd..69a8da0 100644
--- a/papillon/polls/templates/polls/editChoicesUser.html
+++ b/papillon/polls/templates/polls/editChoicesUser.html
@@ -27,5 +27,5 @@
</table>
</div>
{% endif %}
-{% include 'editChoices.html' %}
+{% include 'polls/editChoices.html' %}
{% endblock %}