diff options
Diffstat (limited to 'papillon/polls/templates')
| -rw-r--r-- | papillon/polls/templates/polls/editChoicesAdmin.html | 2 | ||||
| -rw-r--r-- | papillon/polls/templates/polls/editChoicesUser.html | 2 |
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 %} |
