Skip to content

Commit 70e3b2d

Browse files
committed
fix: rename detail.html to library-subpage.html
1 parent 04398c2 commit 70e3b2d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class LibraryDetail(
407407

408408
model = Library
409409
template_name = "libraries/detail.html"
410-
v3_template_name = "v3/libraries/detail.html"
410+
v3_template_name = "v3/libraries/library-subpage.html"
411411
redirect_to_docs = False
412412
slug_url_kwarg = "library_slug"
413413

File renamed without changes.

0 commit comments

Comments
 (0)