diff options
-rw-r--r-- | workshop_app/templates/workshop_app/index.html | 10 |
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> |