Django

Code

Changeset 590

Show
Ignore:
Timestamp:
08/31/05 22:06:47 (3 years ago)
Author:
adrian
Message:

Fixed bug in contrib comment_form template tag when hard-coded object IDs are used

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/comments/templatetags/comments.py

    r578 r590  
    8686            else: 
    8787                context['display_form'] = True 
     88        else: 
     89            context['display_form'] = True 
    8890        context['target'] = '%s:%s' % (self.content_type.id, self.obj_id) 
    8991        options = []