diff options
author | Akshen | 2017-06-15 12:04:14 +0530 |
---|---|---|
committer | Akshen | 2017-06-15 15:50:45 +0530 |
commit | 0596267467809cc9592497dca31fdc999eee70a8 (patch) | |
tree | e83e6200287fe7f28173fe1ec77240d5cadec28e /workshop_app/templates | |
parent | b8b4b550939bee9db9fce0c13ab2ca8f5bc5f5db (diff) | |
download | workshop_booking-0596267467809cc9592497dca31fdc999eee70a8.tar.gz workshop_booking-0596267467809cc9592497dca31fdc999eee70a8.tar.bz2 workshop_booking-0596267467809cc9592497dca31fdc999eee70a8.zip |
Adds structure pdf
Diffstat (limited to 'workshop_app/templates')
-rw-r--r-- | workshop_app/templates/workshop_app/how_to_participate.html | 2 | ||||
-rw-r--r-- | workshop_app/templates/workshop_app/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/workshop_app/templates/workshop_app/how_to_participate.html b/workshop_app/templates/workshop_app/how_to_participate.html index 23b56ba..97fb7ec 100644 --- a/workshop_app/templates/workshop_app/how_to_participate.html +++ b/workshop_app/templates/workshop_app/how_to_participate.html @@ -47,7 +47,7 @@ {% block content %} <div class="container-fluid text-center" > - <img src="{{ URL_ROOT }}/static/workshop_app/img/img2.jpg"> + <img src="{{ URL_ROOT }}/static/workshop_app/img/structure.png"> </div> {% endblock %}
\ No newline at end of file diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html index a805ed4..4b57b46 100644 --- a/workshop_app/templates/workshop_app/index.html +++ b/workshop_app/templates/workshop_app/index.html @@ -76,7 +76,7 @@ <br><br> </div> <div class="col-md-3" style="align-items: center;"> - <a href="{{ URL_ROOT }}/how_to_participate/" > + <a href="{{ URL_ROOT }}/pdf_view/structure" > <img src="{{ URL_ROOT}}/static/workshop_app/img/part.png"><br><br> How to Participate</a> <br><br> |