Fixed missing param in call to _collection_get()

2019-08-17
Marnanel Thurman 2019-05-14 23:00:44 +01:00
rodzic deb6075986
commit ad3670549d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -73,7 +73,7 @@ class KepiView(django.views.View):
if isinstance(result, Iterable):
logger.debug(' -- it\'s an iterable')
return self._collection_get(result)
return self._collection_get(request, result)
try:
result = result.activity_form