app/projrev/views/proposal.py
changeset 45 9ffe957d6159
parent 44 6fda3f3cc873
child 46 e27c75dedbfb
--- a/app/projrev/views/proposal.py	Thu Aug 13 03:20:01 2009 +0530
+++ b/app/projrev/views/proposal.py	Thu Aug 13 03:26:45 2009 +0530
@@ -265,7 +265,7 @@
   context = {}
 
   if not micr_code:
-    template = 'projrev/proposal/list.html'
+    template = 'projrev/proposal/review_list.html'
     context['projects'] = []
     projects = Project.objects.all().exclude(
         status__exact='invalid').order_by('-last_updated_on')