app/soc/views/models/site.py
changeset 1051 c532dd9def48
parent 1049 cc6aedbde28d
child 1053 3b9552cf748a
equal deleted inserted replaced
1050:77aab03aa693 1051:c532dd9def48
    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 presence
    30 from soc.views.models import tossed
    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(presence.View):
    37 class View(tossed.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