Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
garethcastillo_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
Gareth Xerxes Yap Castillo
garethcastillo_reading
Commits
cf36ccfc
Commit
cf36ccfc
authored
Apr 25, 2023
by
Gareth Xerxes Yap Castillo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix html/css stylings on new and updated pages
parent
5c4f5f85
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
6 deletions
+7
-6
add-author.html
...llo_reading/bookshelf/templates/bookshelf/add-author.html
+1
-1
add-book.html
...tillo_reading/bookshelf/templates/bookshelf/add-book.html
+1
-1
book_details.html
...o_reading/bookshelf/templates/bookshelf/book_details.html
+2
-1
edit-author.html
...lo_reading/bookshelf/templates/bookshelf/edit-author.html
+1
-1
edit-book.html
...illo_reading/bookshelf/templates/bookshelf/edit-book.html
+1
-1
home.html
...hcastillo_reading/bookshelf/templates/bookshelf/home.html
+1
-1
No files found.
garethcastillo_reading/bookshelf/templates/bookshelf/add-author.html
View file @
cf36ccfc
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
{% block title %}Add New Author{% endblock %}
{% block title %}Add New Author{% endblock %}
{% block content %}
{% block content %}
<form
method=
"post"
>
<form
class =
"aligned_left_paragraph_small"
method=
"post"
>
{% csrf_token %}
{% csrf_token %}
{{form.as_p}}
{{form.as_p}}
<input
type =
"submit"
value=
"Add Author"
>
<input
type =
"submit"
value=
"Add Author"
>
...
...
garethcastillo_reading/bookshelf/templates/bookshelf/add-book.html
View file @
cf36ccfc
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
{% block title %}Add New Book{% endblock %}
{% block title %}Add New Book{% endblock %}
{% block content %}
{% block content %}
<form
method=
"post"
>
<form
class =
"aligned_left_paragraph_small"
method=
"post"
>
{% csrf_token %}
{% csrf_token %}
{{form.as_p}}
{{form.as_p}}
<input
type =
"submit"
value=
"Add Book"
>
<input
type =
"submit"
value=
"Add Book"
>
...
...
garethcastillo_reading/bookshelf/templates/bookshelf/book_details.html
View file @
cf36ccfc
...
@@ -11,8 +11,9 @@
...
@@ -11,8 +11,9 @@
{{book.year_published}}
<br
/>
{{book.year_published}}
<br
/>
{{book.isbn}}
<br
/>
{{book.isbn}}
<br
/>
{{book.blurb}}
<br
/>
{{book.blurb}}
<br
/>
<button
onclick=
"window.location.href='../../../books/{{book.id}}/edit/';"
>
Edit Book
</button>
</p>
</p>
<button
onclick=
"window.location.href='../../../books/{{book.id}}/edit/';"
>
Edit Book
</button>
<p
class =
"unaligned_paragraph"
>
<p
class =
"unaligned_paragraph"
>
<br
/>
<br
/>
<br
/>
<br
/>
...
...
garethcastillo_reading/bookshelf/templates/bookshelf/edit-author.html
View file @
cf36ccfc
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
{% block title %}Add New Author{% endblock %}
{% block title %}Add New Author{% endblock %}
{% block content %}
{% block content %}
<form
method=
"post"
>
<form
class =
"aligned_left_paragraph_small"
method=
"post"
>
{% csrf_token %}
{% csrf_token %}
{{form.as_p}}
{{form.as_p}}
<input
type =
"submit"
value=
"Save Changes"
>
<input
type =
"submit"
value=
"Save Changes"
>
...
...
garethcastillo_reading/bookshelf/templates/bookshelf/edit-book.html
View file @
cf36ccfc
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
{% block title %}Add New Book{% endblock %}
{% block title %}Add New Book{% endblock %}
{% block content %}
{% block content %}
<form
method=
"post"
>
<form
class =
"aligned_left_paragraph_small"
method=
"post"
>
{% csrf_token %}
{% csrf_token %}
{{form.as_p}}
{{form.as_p}}
<input
type =
"submit"
value=
"Save Changes"
>
<input
type =
"submit"
value=
"Save Changes"
>
...
...
garethcastillo_reading/bookshelf/templates/bookshelf/home.html
View file @
cf36ccfc
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<br
/>
<br
/>
<br
/>
<br
/>
<a
href =
"../books/"
>
Books
</a>
<a
href =
"../books/"
>
Books
</a>
<a
href =
"../authors/"
>
Authors
</a>
<a
href =
"../authors/"
>
Authors
</a>
<br
/>
<a
href =
"../books/add"
>
Add Book
</a>
<a
href =
"../books/add"
>
Add Book
</a>
<a
href =
"../authors/add"
>
Add Authors
</a>
<a
href =
"../authors/add"
>
Add Authors
</a>
</p>
</p>
...
...
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