Commit 4d71021a authored by Agu Syquia's avatar Agu Syquia

Update author_details.html

Changed the title and content in accordance to the project specs
parent 3e36865a
{% extends 'base.html' %}
{% load static%}
{% block title %}My Favorite Books{% endblock %}
{% block title %}{{ object.first_name }} {{ object.last_name }}{% endblock %}
{% block content %}
<h1>
{{ object.author }}
{{ object.first_name }} {{ object.last_name }}
</h1>
{{ object.first_name }} {{ object.last_name }}<br>
{{ object.age }}<br>
{{ object.nationality }}<br>
{{ object.bio }}<br><br>
Books by {{ object.first_name }} {{ objects.last_name }} I love:<br>
......
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