app/soc/views/models/group_app.py
changeset 1565 d36ad73a2060
parent 1504 f9d0bf275917
child 1644 64ccd9628f15
equal deleted inserted replaced
1564:49a9858c8803 1565:d36ad73a2060
    44 
    44 
    45 import soc.logic.models.group_app
    45 import soc.logic.models.group_app
    46 
    46 
    47 
    47 
    48 DEF_APPLICATION_LIST_DESCRIPTION_FMT = ugettext(
    48 DEF_APPLICATION_LIST_DESCRIPTION_FMT = ugettext(
    49     'Overview of %(name_plural)s which status is %(status)s')
    49     'Overview of %(name_plural)s whose status is "%(status)s"')
    50 
    50 
    51 
    51 
    52 class View(base.View):
    52 class View(base.View):
    53   """View methods for the Group App model.
    53   """View methods for the Group App model.
    54   """
    54   """