summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankitjavalkar2017-06-28 16:47:53 +0530
committerGitHub2017-06-28 16:47:53 +0530
commit10c37f4ecca44307a1e39b6f45e03731a705aaa7 (patch)
treec8b51fcfc8f5835184f6d6cca27502b546c75722
parentd5ae6b50f77e6699ef32590fa362275a79288153 (diff)
downloadlearn_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.md9
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