Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
javing_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
John Aidan Vincent M. Ng
javing_reading
Commits
d5da860a
Commit
d5da860a
authored
Apr 24, 2023
by
Javi Ng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed form functionality
parent
ff678980
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
add_author.html
javing_reading/bookshelf/templates/bookshelf/add_author.html
+1
-1
add_book.html
javing_reading/bookshelf/templates/bookshelf/add_book.html
+1
-1
edit_author.html
...ng_reading/bookshelf/templates/bookshelf/edit_author.html
+1
-1
edit_book.html
javing_reading/bookshelf/templates/bookshelf/edit_book.html
+1
-1
db.sqlite3
javing_reading/db.sqlite3
+0
-0
No files found.
javing_reading/bookshelf/templates/bookshelf/add_author.html
View file @
d5da860a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
{% block title %} Add New Author {% endblock %}
{% block title %} Add New Author {% endblock %}
{% block content %}
{% block content %}
<form
method=
"POST"
action=
"details"
>
<form
method=
"POST"
>
{% csrf_token %}
{% csrf_token %}
{{ form }}
{{ form }}
...
...
javing_reading/bookshelf/templates/bookshelf/add_book.html
View file @
d5da860a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
{% block title %} Add New Book {% endblock %}
{% block title %} Add New Book {% endblock %}
{% block content %}
{% block content %}
<form
method=
"POST"
action=
"details"
>
<form
method=
"POST"
>
{% csrf_token %}
{% csrf_token %}
{{ form }}
{{ form }}
...
...
javing_reading/bookshelf/templates/bookshelf/edit_author.html
View file @
d5da860a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
{% block title %} Edit Author {% endblock %}
{% block title %} Edit Author {% endblock %}
{% block content %}
{% block content %}
<form
method=
"POST"
action=
"details"
>
<form
method=
"POST"
>
{% csrf_token %}
{% csrf_token %}
{{ form }}
{{ form }}
...
...
javing_reading/bookshelf/templates/bookshelf/edit_book.html
View file @
d5da860a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
{% block title %} Edit Book {% endblock %}
{% block title %} Edit Book {% endblock %}
{% block content %}
{% block content %}
<form
method=
"POST"
action=
"details"
>
<form
method=
"POST"
>
{% csrf_token %}
{% csrf_token %}
{{ form }}
{{ form }}
...
...
javing_reading/db.sqlite3
View file @
d5da860a
No preview for this file type
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