diff options
author | Sashi20 | 2018-08-24 11:12:17 +0530 |
---|---|---|
committer | Sashi20 | 2018-08-24 11:12:17 +0530 |
commit | 9d9d1667df6b9da49234d24696d0e7918262fe75 (patch) | |
tree | b95c98ca863af4cf57c8f66c445dc92dfbb65262 | |
parent | 454e13830567c3fbef2c54f273f10b4af5549e77 (diff) | |
download | nccps-2018-9d9d1667df6b9da49234d24696d0e7918262fe75.tar.gz nccps-2018-9d9d1667df6b9da49234d24696d0e7918262fe75.tar.bz2 nccps-2018-9d9d1667df6b9da49234d24696d0e7918262fe75.zip |
Modified path for top image
-rw-r--r-- | static/website/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 3a46620..151902f 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -10,7 +10,7 @@ <h1>National Conference on Chemical Process Simulation - 2018</h1> --> <!-- <p>International conference on Python for education and computing</p> --> - <img class="img img-fluid " src="static/website/bootstrap-css/assets/images/backgrounds/top_5.png" alt=""> <br><br> + <img class="img img-fluid " src="{% static 'website/bootstrap-css/assets/images/backgrounds/top_5.png' %}" alt=""> <br><br> <a class="btn btn-primary" data-scroll href="#registration">Register Now</a> <br><br> </div> </header> |