mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Remove superfluous code
This commit is contained in:
parent
5009bd022f
commit
273916973c
@ -30,15 +30,8 @@ from .serialisers import (
|
|||||||
|
|
||||||
|
|
||||||
class IndexView(TemplateView):
|
class IndexView(TemplateView):
|
||||||
|
|
||||||
template_name = "documents/index.html"
|
template_name = "documents/index.html"
|
||||||
|
|
||||||
def get_context_data(self, **kwargs):
|
|
||||||
print(kwargs)
|
|
||||||
print(self.request.GET)
|
|
||||||
print(self.request.POST)
|
|
||||||
return TemplateView.get_context_data(self, **kwargs)
|
|
||||||
|
|
||||||
|
|
||||||
class FetchView(SessionOrBasicAuthMixin, DetailView):
|
class FetchView(SessionOrBasicAuthMixin, DetailView):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user