Commit d9c6fceb authored by Ysabella Panghulan's avatar Ysabella Panghulan

added link to author

parent 5aaeb271
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
{% block body %} {% block body %}
<div class="books-content"> <div class="books-content">
{% block content %} {% block content %}
<h3> {{ object.author }} </h3> <a href="{{ object.author.get_absolute_url }}">{{ object.author }}</a>
<h3> {{ object.publisher }} </h3> <h3>{{ object.publisher }}</h3>
<h3> {{ object.ISBN }} </h3> <h3>{{ object.ISBN }}</h3>
<p> {{ object.blurb }} </p> <p>{{ object.blurb }}</p>
<div class="links"> <div class="links">
<ul> <ul>
<li><a href="/home">Home</a></li> <li><a href="/home">Home</a></li>
......
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