https://bugs.gpodder.org/show_bug.cgi?id=878

           Summary: AttributeError: 'RegistrationProfile' object has no
                    attribute 'send_activation_email'
           Product: my.gPodder.org
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: feature request
          Priority: low
         Component: Website
        AssignedTo: [email protected]
        ReportedBy: [email protected]


$ git grep send_activation_email
mygpo/web/views.py:        profile.send_activation_email(site)
mygpo/web/views.py:       
RegistrationProfile.objects.send_activation_email(pro

=========================

Traceback (most recent call last):

  File "/usr/lib/pymodules/python2.5/django/core/handlers/base.py", line 92, in
get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "/srv/mygpo/mygpo/web/views.py", line 495, in resend_activation
    profile.send_activation_email(self, site)

AttributeError: 'RegistrationProfile' object has no attribute
'send_activation_email'

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to