class CommunicationIndex(AufIndex, indexes.Indexable):
def prepare_section(self, obj):
- return u"Communication"
+ return u"Appel à communications"
def get_model(self):
return Communication
class ContributionIndex(AufIndex, indexes.Indexable):
def prepare_section(self, obj):
- return u"Contribution"
+ return u"Appel à contributions"
def get_model(self):
return Contribution
class OffreIndex(AufIndex, indexes.Indexable):
def prepare_section(self, obj):
- return u"Offre"
+ return u"Appel d'offres"
def get_model(self):
return Offre