Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5009 closed (wontfix)

favicon in django

Reported by: svdbiezen@… Owned by: Jacob
Component: Uncategorized Version: dev
Severity: Keywords: favicon
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

I would like to use a favicon. Is this possible with django? If yes, how?

Change History (2)

comment:1 by martins, 17 years ago

Resolution: wontfix
Status: newclosed

In your's base.html template use this code.
<link rel="shortcut icon" href="http://link.to/favicon.ico" />

comment:2 by svdbiezen@…, 17 years ago

Triage Stage: UnreviewedAccepted

Works great. See the favicon on www.ego-lifestyle.com.

Thanks,
Sven

Note: See TracTickets for help on using tickets.
Back to Top