Fix welcome image URL in the front page template (#902)

The Goblin image URL was hardcoded in the frontpage welcome
template. Now it correctly uses the static directory settings.

Signed-off-by: Berker Peksag <berker.peksag@gmail.com>
This commit is contained in:
Jaakko Luttinen 2014-10-20 19:59:28 +03:00 committed by Berker Peksag
parent bcf6c27426
commit c8c09bc43b

View File

@ -44,7 +44,7 @@
{%- endtrans %}
</div>
<div class="four columns offset-by-one">
<img class="welcomeimage" src="/mgoblin_static/images/home_goblin.png">
<img class="welcomeimage" src="{{ request.staticdirect('/images/home_goblin.png') }}">
</div>
</div>
<div class="clear"></div>