mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Remove duplicate context after rebase
This commit is contained in:
parent
107c062141
commit
c8d8346e4d
1 changed files with 0 additions and 5 deletions
|
@ -112,11 +112,6 @@ class PublicArchiveView(ListView):
|
|||
snapshot.icons = snapshot_icons(snapshot)
|
||||
return qs
|
||||
|
||||
def get_context_data(self,**kwargs):
|
||||
context = super(PublicArchiveView,self).get_context_data(**kwargs)
|
||||
context['num_links'] = self.get_queryset().count()
|
||||
return context
|
||||
|
||||
def get(self, *args, **kwargs):
|
||||
if PUBLIC_INDEX or self.request.user.is_authenticated:
|
||||
response = super().get(*args, **kwargs)
|
||||
|
|
Loading…
Reference in a new issue