Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
justinreyes_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
Justin Reyes
justinreyes_reading
Commits
fca5c240
Commit
fca5c240
authored
Apr 25, 2023
by
justin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flair: changed button text values to fit their operation
parent
f1aafed0
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
add-author.html
...yes_reading/bookshelf/templates/bookshelf/add-author.html
+1
-1
add-book.html
...reyes_reading/bookshelf/templates/bookshelf/add-book.html
+1
-1
edit-author.html
...es_reading/bookshelf/templates/bookshelf/edit-author.html
+1
-1
edit-book.html
...eyes_reading/bookshelf/templates/bookshelf/edit-book.html
+1
-1
db.sqlite3
justinreyes_reading/db.sqlite3
+0
-0
No files found.
justinreyes_reading/bookshelf/templates/bookshelf/add-author.html
View file @
fca5c240
...
...
@@ -14,6 +14,6 @@
<form
action=
"/authors/add"
method=
"post"
>
{% csrf_token %}
{{form.as_p}}
<input
type=
"submit"
value=
"
Submit
"
/>
<input
type=
"submit"
value=
"
Add Author
"
/>
</form>
{% endblock %}
justinreyes_reading/bookshelf/templates/bookshelf/add-book.html
View file @
fca5c240
...
...
@@ -14,6 +14,6 @@
<form
action=
"/books/add"
method=
"post"
>
{% csrf_token %}
{{form.as_p}}
<input
type=
"submit"
value=
"
Submit
"
/>
<input
type=
"submit"
value=
"
Add Book
"
/>
</form>
{% endblock %}
justinreyes_reading/bookshelf/templates/bookshelf/edit-author.html
View file @
fca5c240
...
...
@@ -2,6 +2,6 @@
{% block content %}
<form
method=
"post"
>
{% csrf_token %} {{ form.as_p }}
<input
type=
"submit"
value=
"
Update
"
/>
<input
type=
"submit"
value=
"
Save Changes
"
/>
</form>
{% endblock %}
justinreyes_reading/bookshelf/templates/bookshelf/edit-book.html
View file @
fca5c240
...
...
@@ -3,6 +3,6 @@
<form
method=
"post"
>
{% csrf_token %}
{{ form.as_p }}
<input
type=
"submit"
value=
"
Update
"
/>
<input
type=
"submit"
value=
"
Save Changes
"
/>
</form>
{% endblock %}
justinreyes_reading/db.sqlite3
View file @
fca5c240
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