Opened 10 years ago

Closed 9 years ago

#902 closed defect (fixed)

Welcome image URL hard coded in the template

Reported by: Jaakko Luttinen Owned by:
Priority: major Milestone:
Component: programming Keywords:
Cc: Parent Tickets:

Description

In mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html there is a line:

<img class="welcomeimage" src="/mgoblin_static/images/home_goblin.png">

which I think should be:

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

Otherwise the Goblin image on the front page does not load if mediagoblin directory is not the root directory of the vhost.

Change History (3)

comment:2 by Jaakko Luttinen, 10 years ago

Status: newreview

comment:3 by berkerpeksag, 9 years ago

Resolution: fixed
Status: reviewclosed
Note: See TracTickets for help on using tickets.