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

Fixed links to /authors

parent f0e033a8
...@@ -18,5 +18,5 @@ ...@@ -18,5 +18,5 @@
<h3>Nationality:</h3> {{object.nationality}}<br> <h3>Nationality:</h3> {{object.nationality}}<br>
<h3>Bio:</h3> {{object.bio}} <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 %} {% endblock %}
\ No newline at end of file
...@@ -15,5 +15,5 @@ ...@@ -15,5 +15,5 @@
{{ object }} {{ object }}
</a> <br><br> </a> <br><br>
{% endfor %}<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 %} {% endblock %}
\ No newline at end of file
...@@ -19,5 +19,5 @@ ...@@ -19,5 +19,5 @@
<h3>ISBN:</h3> {{object.ISBN}} <h3>ISBN:</h3> {{object.ISBN}}
<h3>Blurb:</h3> {{object.blurb}} <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 %} {% endblock %}
\ No newline at end of file
...@@ -12,8 +12,9 @@ ...@@ -12,8 +12,9 @@
{% block heading %}Burt's Favorite Books{% endblock %} {% block heading %}Burt's Favorite Books{% endblock %}
{% block content %} {% block content %}
{% for object in object_list %} {% 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> {% endfor %} <br>
<a href="/home/ ">Home</a> | <a href="/author/">Authors</a> <a href="/home/ ">Home</a> | <a href="/authors/">Authors</a>
{% endblock %} {% endblock %}
\ No newline at end of file
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
I have come to love more manga that deal with <br> I have come to love more manga that deal with <br>
down-to-earth and realistic themes. <br> <br> down-to-earth and realistic themes. <br> <br>
tl;dr: I now weeb <br> <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> <h4>dsg ftw</h4>
{% endblock %} {% endblock %}
...@@ -12,6 +12,15 @@ ...@@ -12,6 +12,15 @@
text-align: center; text-align: center;
font-family: 'Arial', sans-serif; font-family: 'Arial', sans-serif;
} }
a:link{
color:teal;
}
a:visited{
color:darkslategrey;
}
a:hover{
color:slateblue;
}
{% block css %} {% block css %}
{% endblock %} {% endblock %}
</style> </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