Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jakhermosisima_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
Joaquin Hermosisima
jakhermosisima_reading
Commits
c0fec781
Commit
c0fec781
authored
Apr 25, 2023
by
Joaquin Hermosisima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed home.html
parent
93556e09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
13 deletions
+19
-13
home.html
jakhermosisima_reading/templates/home.html
+19
-13
No files found.
jakhermosisima_reading/templates/home.html
View file @
c0fec781
{% extends "base.html" %}
<html>
{% block title %}
My Favorite Books
&
Authors
{% endblock %}
{%block title%}My Favorite Books
&
Authors{%endblock%}
{% block header %}
Welcome to {{ nickname }}'s Database of Favorite Books
&
Authors!
{% endblock %}
{%block header%} Welcome to {{nickname}}'s Database of Favorite Books
&
Authors! {%endblock%}
{% block content %}
<p>
The collection of books you will find here mostly belong to the military espionage/thriller genre
</p>
<div>
<p>
while others come from Middle-earth fiction and romance.
</p>
</div>
{%block content%}
<p>
The collection of books you will find here mostly belong to the military espionage/thriller genre
</p><div>
<p>
while others come from Middle-earth fiction and romance.
</p></div>
<div>
{% for url in urls %}
<a
href=
"../{{url}}"
>
{{url
}}
</a>
<a
href=
"../{{ url }}"
>
{{ url
}}
</a>
{% endfor %}
</div>
{%endblock%}
</html>
<a
href=
"../books/add"
>
{{ new_urls.0 }}
</a>
<a
href=
"../authors/add"
>
{{ new_urls.1 }}
</a>
{% 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