Opened 12 years ago
Closed 12 years ago
#20213 closed Bug (invalid)
enter key does not work in "textarea" into the admin panel. So I can not go to new line
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In model.py:
Class Page(models.Model):
....
central_col = models.TextField(blank=False,null=False)
....
in admin panel create textarea from this central_col.
Problem with the transition to a new line in this textarea field
Note:
See TracTickets
for help on using tickets.
https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels