Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
justinreyes_reading
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Justin Reyes
justinreyes_reading
Commits
cf1a878a
Commit
cf1a878a
authored
Mar 27, 2023
by
justin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor URL change (.../detail to .../details)
parent
473e2cae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
urls.py
justinreyes_reading/bookshelf/urls.py
+2
-2
No files found.
justinreyes_reading/bookshelf/urls.py
View file @
cf1a878a
...
@@ -10,7 +10,7 @@ from .views import (
...
@@ -10,7 +10,7 @@ from .views import (
urlpatterns
=
[
urlpatterns
=
[
path
(
"home/"
,
index
,
name
=
"home"
),
path
(
"home/"
,
index
,
name
=
"home"
),
path
(
"books/"
,
BookListView
.
as_view
(),
name
=
"book-list"
),
path
(
"books/"
,
BookListView
.
as_view
(),
name
=
"book-list"
),
path
(
"books/<int:pk>/detail"
,
BookDetailView
.
as_view
(),
name
=
"book-detail"
),
path
(
"books/<int:pk>/detail
s
"
,
BookDetailView
.
as_view
(),
name
=
"book-detail"
),
path
(
"authors/"
,
AuthorListView
.
as_view
(),
name
=
"author-list"
),
path
(
"authors/"
,
AuthorListView
.
as_view
(),
name
=
"author-list"
),
path
(
"author/<int:pk>/detail"
,
AuthorDetailView
.
as_view
(),
name
=
"author-detail"
),
path
(
"author/<int:pk>/detail
s
"
,
AuthorDetailView
.
as_view
(),
name
=
"author-detail"
),
]
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment