Add PDF preview next to edit form

This commit is contained in:
Johann Bauer
2020-01-04 00:33:24 +01:00
parent ed6a9b9e95
commit 325b8447be
3 changed files with 40 additions and 2 deletions

View File

@@ -37,7 +37,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"
),