Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
neilocampo_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
Christianneil Emmanuel Ocampo
neilocampo_reading
Commits
372bbe0d
Commit
372bbe0d
authored
Apr 25, 2023
by
Christianneil Emmanuel Ocampo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formatted add/edit pages via bootstrap styling
parent
0bc06400
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
32 deletions
+44
-32
urls.cpython-39.pyc
neilocampo_reading/bookshelf/__pycache__/urls.cpython-39.pyc
+0
-0
views.cpython-39.pyc
...ocampo_reading/bookshelf/__pycache__/views.cpython-39.pyc
+0
-0
add-author.html
...mpo_reading/bookshelf/templates/bookshelf/add-author.html
+11
-8
add-book.html
...campo_reading/bookshelf/templates/bookshelf/add-book.html
+11
-8
edit-author.html
...po_reading/bookshelf/templates/bookshelf/edit-author.html
+11
-8
edit-book.html
...ampo_reading/bookshelf/templates/bookshelf/edit-book.html
+11
-8
No files found.
neilocampo_reading/bookshelf/__pycache__/urls.cpython-39.pyc
View file @
372bbe0d
No preview for this file type
neilocampo_reading/bookshelf/__pycache__/views.cpython-39.pyc
View file @
372bbe0d
No preview for this file type
neilocampo_reading/bookshelf/templates/bookshelf/add-author.html
View file @
372bbe0d
...
...
@@ -2,6 +2,8 @@
{% load static %}
{% block title %}Add New Author{% endblock %}
{% block content %}
<div
class=
"text-center"
>
<br>
<br>
<form
method=
"post"
>
{% csrf_token %}
...
...
@@ -10,4 +12,5 @@
{% endfor %}
<input
type=
"submit"
value=
"Add Author"
>
</form>
</div>
{% endblock %}
\ No newline at end of file
neilocampo_reading/bookshelf/templates/bookshelf/add-book.html
View file @
372bbe0d
...
...
@@ -2,6 +2,8 @@
{% load static %}
{% block title %}Add New Book{% endblock %}
{% block content %}
<div
class=
"text-center"
>
<br>
<br>
<form
method=
"post"
>
{% csrf_token %}
...
...
@@ -10,4 +12,5 @@
{% endfor %}
<input
type=
"submit"
value=
"Add Book"
>
</form>
</div>
{% endblock %}
neilocampo_reading/bookshelf/templates/bookshelf/edit-author.html
View file @
372bbe0d
...
...
@@ -2,6 +2,8 @@
{% load static %}
{% block title %}Edit Author{% endblock %}
{% block content %}
<div
class=
"text-center"
>
<br>
<br>
<form
method=
"post"
>
{% csrf_token %}
...
...
@@ -10,4 +12,5 @@
{% endfor %}
<input
type=
"submit"
value=
"Save Changes"
>
</form>
</div>
{% endblock %}
\ No newline at end of file
neilocampo_reading/bookshelf/templates/bookshelf/edit-book.html
View file @
372bbe0d
...
...
@@ -2,6 +2,8 @@
{% load static %}
{% block title %}Edit Book{% endblock %}
{% block content %}
<div
class=
"text-center"
>
<br>
<br>
<form
method=
"post"
>
{% csrf_token %}
...
...
@@ -10,4 +12,5 @@
{% endfor %}
<input
type=
"submit"
value=
"Save Changes"
>
</form>
</div>
{% endblock %}
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