Opened 11 years ago
Last modified 8 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') }}">
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.