Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chrisolivares_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
Christian Louis Olivares
chrisolivares_reading
Commits
73bec87d
Commit
73bec87d
authored
Apr 25, 2023
by
Christian Louis Olivares
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finished add-book.html
parent
d7f59963
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
add-author.html
...res_reading/bookshelf/templates/bookshelf/add-author.html
+22
-0
add-book.html
...vares_reading/bookshelf/templates/bookshelf/add-book.html
+0
-4
No files found.
chrisolivares_reading/bookshelf/templates/bookshelf/add-author.html
View file @
73bec87d
{% extends 'base.html' %}
{% block title %}Add New Author{% endblock %}
{% block text %}
<form
method=
"post"
>
{% csrf_token %}
{{ form.as_p }}
<input
type=
"submit"
value=
"Save"
>
</form>
{% endblock %}
{%block hyperlinks%}
<ul>
{% for object in object_list %}
<li><a
href=
"{{object.get_absolute_url}}"
>
{{object.title}}
</a></li>
{% endfor %}
<br></br>
<a
href=
"/home"
>
Home
</a>
<a
href=
"/authors"
>
Authors
</a>
</ul>
{%endblock%}
\ No newline at end of file
chrisolivares_reading/bookshelf/templates/bookshelf/add-book.html
View file @
73bec87d
...
...
@@ -13,10 +13,6 @@
</form>
{% endblock %}
{% block content %}
hi
{% endblock %}
{%block hyperlinks%}
<ul>
{% for object in object_list %}
...
...
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