app/soc/views/simple.py
changeset 123 45d10b6af158
parent 122 95d0d954fe0b
child 125 155f43a0fa68
--- a/app/soc/views/simple.py	Fri Aug 29 02:52:02 2008 +0000
+++ b/app/soc/views/simple.py	Fri Aug 29 02:59:59 2008 +0000
@@ -76,7 +76,7 @@
   Returns:
     A subclass of django.http.HttpResponse containing the generated page.
   """
-  return simple.templateWithLinkName(
+  return templateWithLinkName(
       request, linkname=linkname, context=context,
       template=template_helpers.makeSiblingTemplatesList(
           template, 'public.html'))