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' %} {% extends 'base.html' %}
{% load static%} {% load static%}
{% block title %}My Favorite Books{% endblock %} {% block title %}{{ object.first_name }} {{ object.last_name }}{% endblock %}
{% block content %} {% block content %}
<h1> <h1>
{{ object.author }} {{ object.first_name }} {{ object.last_name }}
</h1> </h1>
{{ object.first_name }} {{ object.last_name }}<br> {{ object.age }}<br>
{{ object.nationality }}<br> {{ object.nationality }}<br>
{{ object.bio }}<br><br> {{ object.bio }}<br><br>
Books by {{ object.first_name }} {{ objects.last_name }} I love:<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