#9100 closed (fixed)
django.contrib.comments missing css class attributes in two preview templates
Reported by: | mordyovits | Owned by: | nobody |
---|---|---|---|
Component: | contrib.comments | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django/contrib/comments/templates/comments has preview.html and reply_preview.html. Both of them have an input field as follows:
and <input type="submit" name="submit" value="Post your comment" id="submit"> or make changes:
It's missing a class="submit-post"
attribute, making it impossible to keep button styling consistent without modifying the template.
Attachments (2)
Change History (6)
by , 16 years ago
Attachment: | comments-button-style.patch added |
---|
comment:1 by , 16 years ago
Version: | 1.0 → SVN |
---|
comment:2 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
It's a trivial change, yet worth getting it done. Am uploading an updated patch based on mordyovits' but without the one for reply_preview.html. For more details check #9141.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
patch adding class attribute to preview templates