diff options
author | ankitjavalkar | 2017-06-28 16:47:53 +0530 |
---|---|---|
committer | GitHub | 2017-06-28 16:47:53 +0530 |
commit | 10c37f4ecca44307a1e39b6f45e03731a705aaa7 (patch) | |
tree | c8b51fcfc8f5835184f6d6cca27502b546c75722 | |
parent | d5ae6b50f77e6699ef32590fa362275a79288153 (diff) | |
download | learn_django-10c37f4ecca44307a1e39b6f45e03731a705aaa7.tar.gz learn_django-10c37f4ecca44307a1e39b6f45e03731a705aaa7.tar.bz2 learn_django-10c37f4ecca44307a1e39b6f45e03731a705aaa7.zip |
Update slides.md
-rw-r--r-- | tutorial_7_creating_blog_list_interface/slides.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tutorial_7_creating_blog_list_interface/slides.md b/tutorial_7_creating_blog_list_interface/slides.md index d317c18..e079bcd 100644 --- a/tutorial_7_creating_blog_list_interface/slides.md +++ b/tutorial_7_creating_blog_list_interface/slides.md @@ -146,7 +146,7 @@ Slide 10b: **Modify the blog template** -- We need to add a link to each article in the blog list page so that a user ca view all the articles +- We need to add a link to each article in the blog list page so that a user can view an articles # /blog/templates/blog/blogs.html {% if blogs %} @@ -197,8 +197,5 @@ Slide 12 - Use the username created in Tutorial 3 - Now click on any one of the articles; - You will be redirected to the new view and template that you just created. - -Demonstration ------------------------ - -*Note to Narrator: Demonstrate the new view in the browser to the viewer* + +Slide 13Add test the view slide |