Modified format of the texts

parent 2c77d7d1
......@@ -8,13 +8,16 @@
<h1><u>{{author.first_name}} {{author.last_name}}</u></h1>
<h2 >{{ author.age }} years old</h2>
<h2>{{ author.nationality }} </h2>
<h2>Bio: <br> {{ author.bio }} </h2>
<h2>Bio: </h2>
<p> {{ author.bio }} <br><br> </p>
</head>
<div class="flex-parent jc-center">
<a href="{% url 'bookshelf:edit_author' author.id %}" type="button" class="btn btn-outline-secondary">Edit Author</a>
</div>
</div>
<br>
<br>
<body>
<p> Books by {{author.first_name}} {{author.last_name}} I love:
<ul>
......
......@@ -10,13 +10,16 @@
<h2>published by {{ book.publisher }} </h2>
<h2>published on {{ book.year_published }} </h2>
<h2>ISBN : {{ book.ISBN }} </h2>
<h2> "{{ book.blurb }}" </h2>
<p> "{{ book.blurb }}" </p>
</head>
<br><br>
<div class="flex-parent jc-center">
<a href="{% url 'bookshelf:edit_book' book.id %}" type="button" class="btn btn-outline-secondary">Edit Book</a>
<a href="{% url 'bookshelf:edit_book' book.id %}" type="button" class="blue margin-right">Edit Book</a>
</div>
<br><br><br>
<body>
<div class="flex-parent jc-center">
<a href="{% url 'bookshelf:home' %}" type="button" class="btn btn-outline-secondary">Home</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