Commit 872c1a15 authored by RJC's avatar RJC

added and formatted books.html

parent 3dcc035a
{% extends 'base.html' %}
{% block title %}My Favorite Books{% endblock %}
{% block header %}RJ's Favorite Books{% endblock %}
{% block content %}
{% for books in books %}
<a href="http://127.0.0.1:8000/books/{{ books.pk }}">{{ books.title }}</a><br>
{% endfor %}
{% 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