Commit 8f108706 authored by Agu Syquia's avatar Agu Syquia

Updated book_details.html

Changed the block title to display the particular book's title
parent d8124705
{% extends 'base.html' %}
{% load static%}
{% block title %}My Favorite Books{% endblock %}
{% block title %}{{ object.title }}{% endblock %}
{% block content %}
<h1>{{ object.title }}</h1>
<a href="/authors/{{ object.author.pk }}/details">{{ object.author}}</a>
......
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