Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
diannedelpilar_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
Fritzie Dianne Del Pilar
diannedelpilar_reading
Commits
e34ece42
Commit
e34ece42
authored
Apr 26, 2023
by
Fritzie Dianne Del Pilar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified format of the texts
parent
2c77d7d1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
author_detail.html
..._reading/bookshelf/templates/bookshelf/author_detail.html
+5
-2
book_detail.html
...ar_reading/bookshelf/templates/bookshelf/book_detail.html
+5
-2
No files found.
diannedelpilar_reading/bookshelf/templates/bookshelf/author_detail.html
View file @
e34ece42
...
@@ -8,13 +8,16 @@
...
@@ -8,13 +8,16 @@
<h1><u>
{{author.first_name}} {{author.last_name}}
</u></h1>
<h1><u>
{{author.first_name}} {{author.last_name}}
</u></h1>
<h2
>
{{ author.age }} years old
</h2>
<h2
>
{{ author.age }} years old
</h2>
<h2>
{{ author.nationality }}
</h2>
<h2>
{{ author.nationality }}
</h2>
<h2>
Bio:
<br>
{{ author.bio }}
</h2>
<h2>
Bio:
</h2>
<p>
{{ author.bio }}
<br><br>
</p>
</head>
</head>
<div
class=
"flex-parent jc-center"
>
<div
class=
"flex-parent jc-center"
>
<a
href=
"{% url 'bookshelf:edit_author' author.id %}"
type=
"button"
class=
"btn btn-outline-secondary"
>
Edit Author
</a>
<a
href=
"{% url 'bookshelf:edit_author' author.id %}"
type=
"button"
class=
"btn btn-outline-secondary"
>
Edit Author
</a>
</div>
</div>
<br>
<br>
<body>
<body>
<p>
Books by {{author.first_name}} {{author.last_name}} I love:
<p>
Books by {{author.first_name}} {{author.last_name}} I love:
<ul>
<ul>
...
...
diannedelpilar_reading/bookshelf/templates/bookshelf/book_detail.html
View file @
e34ece42
...
@@ -10,13 +10,16 @@
...
@@ -10,13 +10,16 @@
<h2>
published by {{ book.publisher }}
</h2>
<h2>
published by {{ book.publisher }}
</h2>
<h2>
published on {{ book.year_published }}
</h2>
<h2>
published on {{ book.year_published }}
</h2>
<h2>
ISBN : {{ book.ISBN }}
</h2>
<h2>
ISBN : {{ book.ISBN }}
</h2>
<
h2>
"{{ book.blurb }}"
</h2
>
<
p>
"{{ book.blurb }}"
</p
>
</head>
</head>
<br><br>
<div
class=
"flex-parent jc-center"
>
<div
class=
"flex-parent jc-center"
>
<a
href=
"{% url 'bookshelf:edit_book' book.id %}"
type=
"button"
class=
"b
tn btn-outline-secondary
"
>
Edit Book
</a>
<a
href=
"{% url 'bookshelf:edit_book' book.id %}"
type=
"button"
class=
"b
lue margin-right
"
>
Edit Book
</a>
</div>
</div>
<br><br><br>
<body>
<body>
<div
class=
"flex-parent jc-center"
>
<div
class=
"flex-parent jc-center"
>
<a
href=
"{% url 'bookshelf:home' %}"
type=
"button"
class=
"btn btn-outline-secondary"
>
Home
</a>
<a
href=
"{% url 'bookshelf:home' %}"
type=
"button"
class=
"btn btn-outline-secondary"
>
Home
</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