Commit 292c7d88 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Fixed the format and positioning of links

parent 6a8ca767
...@@ -2,17 +2,17 @@ ...@@ -2,17 +2,17 @@
{% load static %} {% load static %}
{% block title %} {{ object.title }} {% endblock %} {% block title %} {{ object.title }} {% endblock %}
{% block content %} {% block content %}
<h1>{{ object. title }}</h1>
<h1>{{ object.title }}</h1>
<body> <body>
<a href="{{ object.get_absolute_url }}"> <a href="{{ object.author.get_absolute_url }}">
{{ object.author.first_name }} {{ object.author.last_name }}<br> {{ object.author.first_name }} {{ object.author.last_name }}<br>
</a> </a>
{{ object.publisher }}<br> {{ object.publisher }}<br>
{{ object.year_published }}<br> {{ object.year_published }}<br>
{{ object.ISBN }}<br> {{ object.ISBN }}<br>
{{ object.blurb }} {{ object.blurb }}
{% endfor %}
</body> </body>
<footer> <footer>
......
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