diff options
author | Sashi20 | 2018-08-24 11:13:12 +0530 |
---|---|---|
committer | GitHub | 2018-08-24 11:13:12 +0530 |
commit | 4836b421d5170087cb3c91fe907012386f08976c (patch) | |
tree | b95c98ca863af4cf57c8f66c445dc92dfbb65262 /static/website | |
parent | 7ed26d4adc9d8fbe595483736ffa3093f3a60c9a (diff) | |
parent | 9d9d1667df6b9da49234d24696d0e7918262fe75 (diff) | |
download | nccps-2018-4836b421d5170087cb3c91fe907012386f08976c.tar.gz nccps-2018-4836b421d5170087cb3c91fe907012386f08976c.tar.bz2 nccps-2018-4836b421d5170087cb3c91fe907012386f08976c.zip |
Merge pull request #2 from Sashi20/master
Modified path for top image
Diffstat (limited to 'static/website')
-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> |