Improve section_with_image.html to include price_tag image and url

This commit is contained in:
M.Ravi 2017-10-19 00:29:34 +02:00
parent 8ce273ea1f
commit bf044a4bf3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="intro-header" style="background:url({{ image.url }}) no-repeat center center background-size: cover; background-position: left; background-color: rgb(118, 140, 163); background-attachment: fixed; flex-direction: column; align-items: flex-start; justify-content: space-between; padding-top: 70px;" id="home">
<div class="intro-header" style="background:url({{ image.url }}) no-repeat center center; background-size: cover; background-position: left; background-color: rgb(118, 140, 163); background-attachment: fixed; flex-direction: column; align-items: flex-end; justify-content: space-between; padding-top: 70px;" id="home">
<div class="price-tag-container">
<div class=""></div>
<a href="{{ object.price_tag_url }}"><div style="background:url({{ object.price_tag_image.url }}) no-repeat center center; background-size: cover;" class="price-tag"></div></a>
</div>
<div class="high-speed">
<div class="high-speed-border"></div>