Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
cleanups reported by frosted
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Oct 31, 2014
1 parent e459b55 commit 704e685
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Products/PasswordResetTool/browser.py
@@ -1,4 +1,3 @@
from Acquisition import aq_inner
from zope.interface import implements
from zope.component import getMultiAdapter
from Products.Five import BrowserView
Expand Down Expand Up @@ -48,8 +47,6 @@ def registered_notify_subject(self):
context=self.request)

def mail_password_subject(self):
portal = self.portal_state().portal()
portal_name = portal.Title()
return translate(_(u"mailtemplate_subject_resetpasswordrequest",
default=u"Password reset request"),
context=self.request)

0 comments on commit 704e685

Please sign in to comment.