Update MAIN_PAGE_TOP_IMAGE

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent 7b8d3e0664
commit 64d0952e26
  1. 2
      project/templates/lilcity/main.html

@ -5,7 +5,7 @@
<div
class="main"
{% if config.MAIN_PAGE_TOP_IMAGE %}
style="background-image: url({{ config.MAIN_PAGE_TOP_IMAGE }});"
style="background-image: url({{ config.MAIN_PAGE_TOP_IMAGE.url }});"
{% else %}
style="background-image: url({% static 'img/bg-1.jpg' %});"
{% endif %}

Loading…
Cancel
Save