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:
parent
4dfab71f33
commit
f4ebed8775
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
Loading…
Reference in a new issue