Skip to content

Commit

Permalink
Corrected typos in todos/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shreys7 committed Dec 1, 2019
1 parent e5251a4 commit 2d94b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions todoApp/todos/templates/todos/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if todos_list %}
{% if todo_list %}
<ol>
{% for todo in todos_list %}
<li> {{ todo.name }}</li>
{% for todo in todo_list %}
<li> {{ todo.name }} </li>
{% endfor %}
</ol>
{% else %}
Expand Down

0 comments on commit 2d94b39

Please sign in to comment.