diff options
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> |