summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshen2018-05-30 12:16:50 +0530
committerGitHub2018-05-30 12:16:50 +0530
commitcd56ff390b9ec4d00b0e29bf6c1aa55a69c2041b (patch)
treeefadb4188351d6fa9ad81bfbbcbe7c395e1a5806
parentab92dd93c0edf5cd17127bed6e62d54bd2e6cfcf (diff)
parentb1e8a5163a500f7b5b71dfc1fb1c84338b5f4876 (diff)
downloadworkshop_booking-cd56ff390b9ec4d00b0e29bf6c1aa55a69c2041b.tar.gz
workshop_booking-cd56ff390b9ec4d00b0e29bf6c1aa55a69c2041b.tar.bz2
workshop_booking-cd56ff390b9ec4d00b0e29bf6c1aa55a69c2041b.zip
Merge pull request #58 from Akshen/develop
Change img extensions in index.html
-rw-r--r--workshop_app/templates/workshop_app/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html
index 5bba4cc..dd7a7b4 100644
--- a/workshop_app/templates/workshop_app/index.html
+++ b/workshop_app/templates/workshop_app/index.html
@@ -77,11 +77,11 @@ $(document).ready(function(){
<div class="row" id="r2">
<div class="col-md-6 rslides" id="r2_c1">
- <img src="{{ URL_ROOT}}/static/workshop_app/img/intro_img_1.png" >
- <img src="{{ URL_ROOT}}/static/workshop_app/img/intro_img_2.png" >
- <img src="{{ URL_ROOT}}/static/workshop_app/img/intro_img_3.png" >
- <img src="{{ URL_ROOT}}/static/workshop_app/img/intro_img_4.png" >
- <img src="{{ URL_ROOT}}/static/workshop_app/img/intro_img_5.png" >
+ <img src="{{ URL_ROOT}}/static/workshop_app/img/intro_img_01.jpg" >
+ <img src="{{ URL_ROOT}}/static/workshop_app/img/intro_img_02.jpg" >
+ <img src="{{ URL_ROOT}}/static/workshop_app/img/intro_img_03.jpg" >
+ <img src="{{ URL_ROOT}}/static/workshop_app/img/intro_img_04.jpg" >
+ <img src="{{ URL_ROOT}}/static/workshop_app/img/intro_img_05.jpg" >
</div>