Django

Code

Ticket #7227: patch_comments.diff

File patch_comments.diff, 475 bytes (added by marinho, 4 months ago)
  • django/contrib/comments/views/comments.py

    old new  
    1414from django.utils.translation import ungettext, ugettext as _ 
    1515from django.utils.encoding import smart_unicode 
    1616import base64, datetime 
     17from django.contrib.auth import authenticate 
    1718 
    1819COMMENTS_PER_PAGE = 20 
    1920