app/soc/views/models/host.py
changeset 429 e50e18936f06
parent 413 ec1b590418df
child 431 96b6ee5efdc3
equal deleted inserted replaced
428:e0d5de282004 429:e50e18936f06
    16 
    16 
    17 """Views for Host profiles.
    17 """Views for Host profiles.
    18 """
    18 """
    19 
    19 
    20 __authors__ = [
    20 __authors__ = [
    21     '"Sverre Rabbelier" <sverer@rabbelier.nl>',
    21     '"Sverre Rabbelier" <sverre@rabbelier.nl>',
    22   ]
    22   ]
    23 
    23 
    24 
    24 
    25 from django.utils.translation import ugettext_lazy
    25 from django.utils.translation import ugettext_lazy
    26 
    26