Re-add quotes on template URL params

This commit is contained in:
Scot Hacker 2014-03-08 00:00:23 -08:00
parent ec2d6d8626
commit 322e043b7a

View file

@ -35,6 +35,6 @@
 
</div>
<p><a href="{% url todo-add_list %}">Create new todo list</a></p>
<p><a href="{% url 'todo-add_list' %}">Create new todo list</a></p>
{% endblock %}