Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
calvincruz_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
Calvin Josh Cruz
calvincruz_reading
Commits
1ecacda9
Commit
1ecacda9
authored
Apr 25, 2023
by
karin-kurusu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated "Author's Details Page" to have an "Edit Author" button
parent
e7b517b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
author_details.html
...reading/bookshelf/templates/bookshelf/author_details.html
+5
-0
No files found.
calvincruz_reading/bookshelf/templates/bookshelf/author_details.html
View file @
1ecacda9
...
...
@@ -12,6 +12,11 @@
<p>
{{author.age}}
</p>
<p>
{{author.nationality}}
</p>
<p>
{{author.bio}}
</p>
<br>
<form
action=
'edit'
>
<input
type=
"submit"
value=
"Edit Author"
/>
</form>
<br>
<h2>
Books by {{author.first_name}} {{author.last_name}} I love:
</h2>
...
...
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