Opened 18 years ago
Closed 18 years ago
#4233 closed (wontfix)
Image field for Flat pages
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | flatpages | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hey, I was thinking that the flat pages should be a little more robust. Specifically, how about a single Image field like the one from the models? I think most people would like to put a single image of themselves or something like that in their own About page. Think about it. Or I can just bug my future co-workers.
Note:
See TracTickets
for help on using tickets.
This is a very case-specific customisation (and not particularly well specified, since it sounds like including an img element solves your problem). Flat pages are for storing literal HTML only. Anything more advanced that requires the Django ORM isn't really appropriate for flat pages.