app/soc/views/models/host.py
changeset 431 96b6ee5efdc3
parent 429 e50e18936f06
child 445 31927f21970d
equal deleted inserted replaced
430:e7605c7753b1 431:96b6ee5efdc3
    66 
    66 
    67 class EditForm(CreateForm):
    67 class EditForm(CreateForm):
    68   """Django form displayed when editing a Host.
    68   """Django form displayed when editing a Host.
    69   """
    69   """
    70 
    70 
       
    71   pass
       
    72 
    71 class View(base.View):
    73 class View(base.View):
    72   """View methods for the Host model
    74   """View methods for the Host model
    73   """
    75   """
    74 
    76 
    75   def __init__(self, original_params=None, original_rights=None):
    77   def __init__(self, original_params=None, original_rights=None):