Opened 10 years ago

Last modified 7 years ago

#867 new defect

home_goblin.png is hard-coded to the /mgoblin_static path

Reported by: anongoblin Owned by:
Priority: minor Milestone:
Component: programming Keywords:
Cc: Parent Tickets:

Description

This causes the image to not show up when mediagoblin is installed in a sub-path of a virtual host. The image tag in templates/mediagoblin/bits/frontpage_welcome.html should be changed to:

<img class="welcomeimage" src="{{ request.staticdirect('/images/home_goblin.png') }}">

Change History (1)

comment:1 by Vijeth, 7 years ago

Hi,

I'm sorry is this issue closed? I see <img class="welcomeimage" src="{{ request.staticdirect('/images/home_goblin.png') }}"> itself. It is NOT hard-coded.

Note: See TracTickets for help on using tickets.