diff options
author | King | 2018-04-26 10:09:15 +0000 |
---|---|---|
committer | GitHub | 2018-04-26 10:09:15 +0000 |
commit | 7704d491ff303c42f828df1844d57689225759f0 (patch) | |
tree | 6c665e7b71cdcfbb10d4163be2e300f75c9ee6cb | |
parent | 654580bb4735829fe792e521c16e86ad70b4900d (diff) | |
download | learn_django-7704d491ff303c42f828df1844d57689225759f0.tar.gz learn_django-7704d491ff303c42f828df1844d57689225759f0.tar.bz2 learn_django-7704d491ff303c42f828df1844d57689225759f0.zip |
Update slides.md
-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 %} |