# HG changeset patch # User nishanth # Date 1279714072 -19800 # Node ID f2f389e688fb850f8324ffc79bc8d9d6f88baf2b # Parent f39310ac22454a8900ad83a10b968418c2c8163b created template for displaying the ppl whom acco confirm mail was sent to diff -r f39310ac2245 -r f2f389e688fb sdi/views.py --- a/sdi/views.py Wed Jul 21 17:32:13 2010 +0530 +++ b/sdi/views.py Wed Jul 21 17:37:52 2010 +0530 @@ -184,7 +184,7 @@ user_info.status_of_accomodation = "2" user_info.save() - return render_to_response("sent_sgd_confirm.html", {"selected_users":selected_users}) + return render_to_response("sent_acco_confirm.html", {"selected_users":selected_users}) else: return render_to_response("send_acco_cnf.html", {"rejected": rejected_ppl, "selected_not_confirmed":selected_not_confirmed_ppl, diff -r f39310ac2245 -r f2f389e688fb templates/sent_acco_confirm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/sent_acco_confirm.html Wed Jul 21 17:37:52 2010 +0530 @@ -0,0 +1,13 @@ +{% extends 'base.html' %} +{% block title %} +Sent Accomodation Confirmation +{% endblock %} +{% block content %} +Confirmation mail was sent to the following users + +Return to previous page +{% endblock %}