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:
parent
bcf6c27426
commit
c8c09bc43b
@ -44,7 +44,7 @@
|
|||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
</div>
|
</div>
|
||||||
<div class="four columns offset-by-one">
|
<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>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user