diff -r cd6d6034b6e9 -r 3b9552cf748a app/soc/views/models/program.py --- a/app/soc/views/models/program.py Wed Jan 28 20:27:16 2009 +0000 +++ b/app/soc/views/models/program.py Wed Jan 28 21:01:37 2009 +0000 @@ -33,7 +33,7 @@ from soc.views.helper import decorators from soc.views.helper import redirects from soc.views.helper import widgets -from soc.views.models import tossed +from soc.views.models import presence_with_tos from soc.views.models import document as document_view from soc.views.models import sponsor as sponsor_view from soc.views.sitemap import sidebar @@ -41,7 +41,7 @@ import soc.logic.models.program -class View(tossed.View): +class View(presence_with_tos.View): """View methods for the Program model. """