Commit b6f431cd authored by Agu Syquia's avatar Agu Syquia

Update book_details.html

Fixed the styling and readability
parent 8f108706
...@@ -3,12 +3,13 @@ ...@@ -3,12 +3,13 @@
{% block title %}{{ object.title }}{% endblock %} {% block title %}{{ object.title }}{% endblock %}
{% block content %} {% block content %}
<h1>{{ object.title }}</h1> <h1>
<a href="/authors/{{ object.author.pk }}/details">{{ object.author}}</a> {{ object.title }}
<br> </h1>
{{ object.publisher }}<br> <a href="/authors/{{ object.author.pk }}/details">{{ object.author}}</a><br>
{{ object.year_published }}<br> {{ object.publisher }}<br>
{{ object.ISBN }}<br> {{ object.year_published }}<br>
{{ object.blurb }}<br> {{ object.ISBN }}<br>
<a href="/home">Home</a> <a href="/books">Books</a> <a href="/authors">Authors</a> {{ object.blurb }}<br>
<a href="/home">Home</a> <a href="/books">Books</a> <a href="/authors">Authors</a>
{% endblock %} {% endblock %}
\ No newline at end of file
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