Commit 2e2d8c5e authored by Agu Syquia's avatar Agu Syquia

Created books.html

Template rendered by the BooksViews class
parent 620157be
{% extends 'base.html' %}
{% load static%}
{% block title %}My Favorite Books{% endblock %}
{% block content %}
<h1>Agu's Favorite Books:</h1>
{% for object in object_list %}
<a href="{{ object.get_absolute_url }}">{{ object.title }}<br></a>
{% endfor %}
<br>
<a href="/home">Home</a> <a href="/authors">Authors</a>
{% endblock %}
\ No newline at end of file
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