fix missing 'view' argument for list views urls

This commit is contained in:
bkfox
2017-03-30 13:20:35 +02:00
parent ffa1018086
commit e21792d894
3 changed files with 3 additions and 2 deletions

View File

@ -285,6 +285,7 @@ class ListBase(models.Model):
import aircox_cms.models as models
params = {
'view': 'list',
'date_filter': self.get_date_filter_display(),
'model': self.model and self.model.model,
'asc': self.asc,