app/soc/views/models/project_survey.py
changeset 2563 eec0d98b38a1
parent 2549 1ad10bf1d935
child 2576 7a1138f8a0e2
equal deleted inserted replaced
2562:9f9261d32efc 2563:eec0d98b38a1
    28 from soc.views import out_of_band
    28 from soc.views import out_of_band
    29 from soc.views.helper import access
    29 from soc.views.helper import access
    30 from soc.views.helper import decorators
    30 from soc.views.helper import decorators
    31 from soc.views.helper import lists
    31 from soc.views.helper import lists
    32 from soc.views.helper import redirects
    32 from soc.views.helper import redirects
       
    33 from soc.views.helper import responses
    33 from soc.views.models import survey
    34 from soc.views.models import survey
    34 
    35 
    35 
    36 
    36 class View(survey.View):
    37 class View(survey.View):
    37   """View methods for the ProjectSurvey model.
    38   """View methods for the ProjectSurvey model.