fargo: don't render anything for search index (#40032)

This commit is contained in:
Frédéric Péters 2020-02-19 16:26:57 +01:00
parent 3004989cdc
commit 5e1b222e91
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ from combo.utils import requests
class RecentDocumentsCell(CellBase):
template_name = 'combo/fargo/recent-documents-cell.html'
fargo_site = models.CharField(_('Site'), max_length=50, blank=True)
user_dependant = True
class Meta:
verbose_name = _('Recent Documents')