update to list_lists.html

fixed a small bug that caused the url call to todo-add_list to fail
This commit is contained in:
somesmart 2014-03-07 20:09:29 -06:00
parent 4dfab71f33
commit f4ebed8775

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 %}
{% endblock %}