Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
alliyah_marcelo_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
Alliyah Ericka Therese E. Marcelo
alliyah_marcelo_reading
Commits
0c5da630
Commit
0c5da630
authored
Apr 25, 2023
by
Alliyah Marcelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented Update Book and Update Author pages.
parent
1d05afbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
author_details.html
...reading/bookshelf/templates/bookshelf/author_details.html
+1
-1
book_details.html
...o_reading/bookshelf/templates/bookshelf/book_details.html
+4
-0
No files found.
alliyah_marcelo_reading/bookshelf/templates/bookshelf/author_details.html
View file @
0c5da630
...
...
@@ -12,7 +12,7 @@
<br>
{{ object.bio }}
<br><br>
<a
href=
"
{{ AuthorUpdateView.get_absolute_url }}
"
>
<a
href=
"
/bookshelf/authors/{{ object.pk }}/edit
"
>
<input
type=
"submit"
value=
"Edit Author"
>
</a>
<br><br>
...
...
alliyah_marcelo_reading/bookshelf/templates/bookshelf/book_details.html
View file @
0c5da630
...
...
@@ -16,6 +16,10 @@
<br>
{{ object.blurb }}
<br><br>
<a
href=
"/bookshelf/books/{{ object.pk }}/edit"
>
<input
type=
"submit"
value=
"Edit Book"
>
</a>
<br><br>
<a
href=
"/bookshelf/home/"
>
Home
</a>
<a
href=
"/bookshelf/books/"
>
Books
</a>
<a
href=
"/bookshelf/authors/"
>
Authors
</a>
...
...
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