Merge branch 'master' into dev

This commit is contained in:
Jonas Winkler 2020-10-16 15:02:57 +02:00
commit 421dab786d
39 changed files with 1939 additions and 398 deletions

View file

@ -39,7 +39,7 @@ urlpatterns = [
# File downloads
url(
r"^fetch/(?P<kind>doc|thumb)/(?P<pk>\d+)$",
r"^fetch/(?P<kind>doc|thumb|preview)/(?P<pk>\d+)$",
FetchView.as_view(),
name="fetch"
),