#5009 closed (wontfix)
favicon in django
| Reported by: | 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 , 18 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
comment:2 by , 18 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
Works great. See the favicon on www.ego-lifestyle.com.
Thanks,
Sven
Note:
See TracTickets
for help on using tickets.
In your's base.html template use this code.
<link rel="shortcut icon" href="http://link.to/favicon.ico" />