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