summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKing2018-03-22 04:31:35 +0000
committerGitHub2018-03-22 04:31:35 +0000
commit0ee773b5ae8fb516a889fcf018da0350ebd26e9e (patch)
tree9bb55af386a5d051af4a8c8107267732f2644cd7
parenta9e0a78c2e99b3ef937a9600bf7915ae17edb7c1 (diff)
downloadlearn_django-0ee773b5ae8fb516a889fcf018da0350ebd26e9e.tar.gz
learn_django-0ee773b5ae8fb516a889fcf018da0350ebd26e9e.tar.bz2
learn_django-0ee773b5ae8fb516a889fcf018da0350ebd26e9e.zip
Update tutorial_5_django_templates
-rw-r--r--tutorial_5_django_templates6
1 files changed, 3 insertions, 3 deletions
diff --git a/tutorial_5_django_templates b/tutorial_5_django_templates
index cf23048..305d5be 100644
--- a/tutorial_5_django_templates
+++ b/tutorial_5_django_templates
@@ -1,11 +1,11 @@
-Tutorial: Create Views and Route your URLS(urls setting)
+Tutorial: Create html template in django
===========================================
[Demonstration time: 10 mins 50 s (0.85 ~ 85%) | Total time: 12 mins 42 s]
Slide 1 [00:08 | 00:08]
------------
Title Slide
-**Creating Views and Routing URLs**
+**Creating html template in django**
Slide 2 [00:12 | 00:20]
--------------
@@ -13,7 +13,7 @@ Slide 2 [00:12 | 00:20]
**Learning Objectives**
In this tutorial, we will learn to;
- - Create a django template
+ - Create a django html template
Slide 3 [00:11 | 00:31]
---------------