Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bellapanghulan_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
Ysabella Panghulan
bellapanghulan_reading
Commits
f69a8009
Commit
f69a8009
authored
Mar 28, 2023
by
Ysabella Panghulan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed code styling and typos
parent
659f7d8a
Pipeline
#3050
canceled with stages
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
4 deletions
+6
-4
.DS_Store
.DS_Store
+0
-0
models.cpython-310.pyc
...ulan_reading/bookshelf/__pycache__/models.cpython-310.pyc
+0
-0
models.py
bellapanghulan_reading/bookshelf/models.py
+1
-1
home.html
...panghulan_reading/bookshelf/templates/bookshelf/home.html
+1
-1
author_details.css
bellapanghulan_reading/static/stylesheets/author_details.css
+1
-1
book_details.css
bellapanghulan_reading/static/stylesheets/book_details.css
+3
-1
No files found.
.DS_Store
View file @
f69a8009
No preview for this file type
bellapanghulan_reading/bookshelf/__pycache__/models.cpython-310.pyc
View file @
f69a8009
No preview for this file type
bellapanghulan_reading/bookshelf/models.py
View file @
f69a8009
...
...
@@ -50,4 +50,4 @@ class Books(models.Model):
return
self
.
title
def
get_absolute_url
(
self
):
return
reverse
(
'book-details'
,
kwargs
=
{
'pk'
:
self
.
pk
})
return
reverse
(
'book-details'
,
kwargs
=
{
'pk'
:
self
.
pk
})
\ No newline at end of file
bellapanghulan_reading/bookshelf/templates/bookshelf/home.html
View file @
f69a8009
...
...
@@ -7,7 +7,7 @@
{% block header %}
<h2>
Welcome to
<span
class=
"highlight"
>
Bella's
</span></h2>
<h2>
Database of Favorite Books
&
Authors
</h2>
<h2>
Database of Favorite Books
&
Authors
!
</h2>
{% endblock %}
{% block body %}
...
...
bellapanghulan_reading/static/stylesheets/author_details.css
View file @
f69a8009
...
...
@@ -70,4 +70,4 @@ li:hover {
padding
:
0.2rem
;
min-width
:
5rem
;
}
}
\ No newline at end of file
}
\ No newline at end of file
bellapanghulan_reading/static/stylesheets/book_details.css
View file @
f69a8009
body
{
padding
:
3.5rem
;
}
h2
{
text-transform
:
uppercase
;
font-size
:
30px
;
...
...
@@ -21,6 +22,7 @@ h2 {
background-color
:
#b39aff
;
border-radius
:
0.4rem
;
}
h3
{
font-size
:
medium
;
display
:
block
;
...
...
@@ -32,4 +34,4 @@ h3 {
font-size
:
small
;
padding
:
0.2rem
;
}
}
\ No newline at end of file
}
\ No newline at end of file
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