app/soc/views/models/site.py
changeset 1053 3b9552cf748a
parent 1051 c532dd9def48
child 1100 db177bcdfe29
equal deleted inserted replaced
1052:cd6d6034b6e9 1053:3b9552cf748a
    25 from django import forms
    25 from django import forms
    26 
    26 
    27 from soc.logic import dicts
    27 from soc.logic import dicts
    28 from soc.views.helper import access
    28 from soc.views.helper import access
    29 from soc.views.models import document as document_view
    29 from soc.views.models import document as document_view
    30 from soc.views.models import tossed
    30 from soc.views.models import presence_with_tos
    31 
    31 
    32 import soc.models.site
    32 import soc.models.site
    33 import soc.logic.models.site
    33 import soc.logic.models.site
    34 import soc.logic.dicts
    34 import soc.logic.dicts
    35 
    35 
    36 
    36 
    37 class View(tossed.View):
    37 class View(presence_with_tos.View):
    38   """View methods for the Document model.
    38   """View methods for the Document model.
    39   """
    39   """
    40 
    40 
    41   def __init__(self, params=None):
    41   def __init__(self, params=None):
    42     """Defines the fields and methods required for the base View class
    42     """Defines the fields and methods required for the base View class