diff options
author | Akshen | 2018-11-16 16:10:19 +0530 |
---|---|---|
committer | Akshen | 2018-11-16 16:10:19 +0530 |
commit | f87f5267e132a17e9b96674445acb351e8980454 (patch) | |
tree | 58286287709726c622626a1e215af21219891378 | |
parent | 46bfea8c4da4eea50ac1868eb8a6cb75c3a2c5f1 (diff) | |
download | workshop_booking-f87f5267e132a17e9b96674445acb351e8980454.tar.gz workshop_booking-f87f5267e132a17e9b96674445acb351e8980454.tar.bz2 workshop_booking-f87f5267e132a17e9b96674445acb351e8980454.zip |
Update SciPy18 banner
-rw-r--r-- | workshop_app/templates/workshop_app/base.html | 1 | ||||
-rw-r--r-- | workshop_app/templates/workshop_app/index.html | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/workshop_app/templates/workshop_app/base.html b/workshop_app/templates/workshop_app/base.html index da32c66..af07689 100644 --- a/workshop_app/templates/workshop_app/base.html +++ b/workshop_app/templates/workshop_app/base.html @@ -21,7 +21,6 @@ {% endblock %} <body style="overflow: scroll;"> - {% block header %} <nav class="navbar navbar-default navbar-custom"> <div class="container-fluid"> diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html index f175b2e..a8edf66 100644 --- a/workshop_app/templates/workshop_app/index.html +++ b/workshop_app/templates/workshop_app/index.html @@ -66,7 +66,9 @@ $(document).ready(function(){ </head> <body > - + <center> + <img src="https://static.fossee.in/python/scipy2018/banners/SciPy_promo_webbnr.png"> + </center> <nav class="navbar navbar-expand-sm navbar-custom"> <a class="navbar-brand">FOSSEE Python Workshops</a> <ul class=" nav navbar-nav ml-auto"> |