Fix bug
This commit is contained in:
parent
b6a09c9ebb
commit
5b3238ca55
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class BookMarkDetailView(TemplateResponseMixin, SingleObjectMixin, View):
|
||||||
return context
|
return context
|
||||||
|
|
||||||
|
|
||||||
class BookMarkListView(ListView):
|
class BookMarkListView:
|
||||||
def add_bookmark_context_data(self, context, obj_list="object_list"):
|
def add_bookmark_context_data(self, context, obj_list="object_list"):
|
||||||
for item in context[obj_list]:
|
for item in context[obj_list]:
|
||||||
bookmark, _ = BookMark.objects.get_or_create(
|
bookmark, _ = BookMark.objects.get_or_create(
|
||||||
|
|
Loading…
Reference in a new issue