project/kiwipycon/sponsor/views.py
changeset 94 87e77aa18610
parent 93 e86755df35da
child 95 f94e0cd9a862
--- a/project/kiwipycon/sponsor/views.py	Thu Apr 01 11:59:35 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import absolute_import
-
-# django
-from django.conf import settings
-from django.shortcuts import render_to_response
-from django.template import RequestContext
-
-def schwag_sponsors(request,
-        template_name = 'sponsor/schwag.html'):
-    """Simple page to display schwag sponsors
-    
-    The list is generated in kiwipycon.context_processors
-    """
-    return render_to_response(template_name, RequestContext(request,
-        {}))
-