--- a/sdi/views.py Sat Jul 17 02:16:30 2010 +0530
+++ b/sdi/views.py Tue Jul 20 12:16:50 2010 +0530
@@ -7,7 +7,7 @@
from sage_days.sdi.models import Registrant, RegistrantInfo, ParticipantInfo
from sage_days.sdi.forms import RegisterForm, SearchForm, EmailForm, LoginForm, UserSelectForm, ParticipantInfoForm
-from sage_days.sdi.events import send_reg_complete_mail, mail_invi, send_wsp_ptc_confirm
+from sage_days.sdi.events import send_reg_complete_mail, mail_invi, send_sgd_ptc_confirm
from sage_days.settings import APACHE_URL_PREFIX as aup
def register(request):
@@ -151,7 +151,7 @@
user_info.status_of_attending_sagedays = "2"
user_info.save()
- send_wsp_ptc_confirm(user)
+ send_sgd_ptc_confirm(user)
return render_to_response("sent_sgd_confirm.html", {"selected_users":selected_users})
else: