Revision 0790d933 edumanage/models.py

b/edumanage/models.py
330 330
        return _('Institution: %(inst)s, Type: %(ertype)s') % {
331 331
        # but name is many-to-many from institution
332 332
            'inst': ', '.join([i.name for i in self.institution.org_name.all()]),
333
            'ertype': self.ertype,
333
            'ertype': self.institution.ertype,
334 334
            }
335 335

  
336 336

  

Also available in: Unified diff