diff options
-rw-r--r-- | tutorial_5_django_templates/slides.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial_5_django_templates/slides.md b/tutorial_5_django_templates/slides.md index 4a149f6..93fb3eb 100644 --- a/tutorial_5_django_templates/slides.md +++ b/tutorial_5_django_templates/slides.md @@ -54,7 +54,7 @@ Slide 5 [00:18 | 01:00] In this directory create an *blogs.html* file and add the below code - # /blog/templates/blog/blogs.html + # /blog/templates/blogs.html {% if articles %} <ul> {% for article in articles %} |