Skip to content

Commit

Permalink
fix: drop override of default templates
Browse files Browse the repository at this point in the history
Both APIS_DELETE_VIEW_TEMPLATE and BASE_TEMPLATE pointed to templates
from the `webpage` Django app, which is not part of a default APIS setup
anymore.
  • Loading branch information
b1rger committed Aug 23, 2023
1 parent 9e7b68e commit f9fea45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apis_acdhch_default_settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@
MAX_AGE = 60 * 60

APIS_LIST_VIEW_TEMPLATE = "browsing/generic_list.html"
APIS_DELETE_VIEW_TEMPLATE = "webpage/confirm_delete.html"

APIS_IIIF_WORK_KIND = "IIIF"
APIS_IIIF_ENT_IIIF_REL = "has iiif image"
Expand All @@ -320,4 +319,3 @@
APIS_OSD_IMG_PREFIX = (
"https://cdnjs.cloudflare.com/ajax/libs/openseadragon/2.4.0/images/"
)
BASE_TEMPLATE = "webpage/base.html"

0 comments on commit f9fea45

Please sign in to comment.