Django

Code

Ticket #8870 (closed: fixed)

Opened 2 years ago

Last modified 1 year ago

Templates in comments framework are not compliant with Django style

Reported by: zgoda Assigned to: nobody
Milestone: Component: django.contrib.comments
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

Description

In all templates in comment framework all froms have HTTP method uppercased. This is not compliant with style of other Django components. Attached patch fixes this issue.

Attachments

contrib-comments-templates-style.diff (5.7 kB) - added by zgoda on 09/04/08 02:41:45.
Style fix for templates in comments framework

Change History

09/04/08 02:41:45 changed by zgoda

  • attachment contrib-comments-templates-style.diff added.

Style fix for templates in comments framework

09/16/08 01:15:27 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [9050]) Fixed #8870 -- Changed django.contrib.comments templates to use lowercase 'post' for <form method> attributes, to be consistent with our other templates. Thanks, zgoda

02/25/09 13:51:44 changed by

  • milestone deleted.

Milestone post-1.0 deleted


Add/Change #8870 (Templates in comments framework are not compliant with Django style)




Change Properties
Action