Commit 4cf4b889 authored by Albert Gagalac's avatar Albert Gagalac

Fixed links to /authors

parent f0e033a8
......@@ -18,5 +18,5 @@
<h3>Nationality:</h3> {{object.nationality}}<br>
<h3>Bio:</h3> {{object.bio}}
<br><br><br><a href="/home/ ">Home</a> | <a href="/books/ ">Books</a> | <a href="/author/ ">Authors</a>
<br><br><br><a href="/home/ ">Home</a> | <a href="/books/ ">Books</a> | <a href="/authors/ ">Authors</a>
{% endblock %}
\ No newline at end of file
......@@ -15,5 +15,5 @@
{{ object }}
</a> <br><br>
{% endfor %}<br>
<a href="/home/ ">Home</a> | <a href="/books/ ">Books</a> | <a href="/author/ ">Authors</a>
<a href="/home/ ">Home</a> | <a href="/books/ ">Books</a> | <a href="/authors/ ">Authors</a>
{% endblock %}
\ No newline at end of file
......@@ -19,5 +19,5 @@
<h3>ISBN:</h3> {{object.ISBN}}
<h3>Blurb:</h3> {{object.blurb}}
<br><br><br><a href="/home/ ">Home</a> | <a href="/books/ ">Books</a> | <a href="/author/ ">Authors</a>
<br><br><br><a href="/home/ ">Home</a> | <a href="/books/ ">Books</a> | <a href="/authors/ ">Authors</a>
{% endblock %}
\ No newline at end of file
......@@ -12,8 +12,9 @@
{% block heading %}Burt's Favorite Books{% endblock %}
{% block content %}
{% for object in object_list %}
<a href="{{ object.get_absolute_url }}">{{object.title}}</a><br><br>
<a href="{{ object.get_absolute_url }}">{{object.title}}</a>
<br><br>
{% endfor %} <br>
<a href="/home/ ">Home</a> | <a href="/author/">Authors</a>
<a href="/home/ ">Home</a> | <a href="/authors/">Authors</a>
{% endblock %}
\ No newline at end of file
......@@ -18,7 +18,7 @@
I have come to love more manga that deal with <br>
down-to-earth and realistic themes. <br> <br>
tl;dr: I now weeb <br> <br> <br>
<a href="/books/ ">Books</a> | <a href="/author/">Authors</a><br>
<a href="/books/ ">Books</a> | <a href="/authors/">Authors</a><br>
<h4>dsg ftw</h4>
{% endblock %}
......@@ -12,6 +12,15 @@
text-align: center;
font-family: 'Arial', sans-serif;
}
a:link{
color:teal;
}
a:visited{
color:darkslategrey;
}
a:hover{
color:slateblue;
}
{% block css %}
{% endblock %}
</style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment