I have a simple function for sending activation emails to new users, but it always raises a ValueError of "unsupported format character '/' (0x2f) at index 51". You can see the function at http://dpaste.com/105078/ . the newuser argument is a user instance, and active_key is a string of length 25 (only alphanumeric). I'm pretty sure the bug's in line four, but I don't know what's wrong with it. Any ideas?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

