<aclass="btn btn-danger col-2 mx-2"href="delete/{{librarian.id}}"role="button"onclick="return confirm('Are you sure you want to delete {{book.title}}?')">Delete</a>
<aclass="btn btn-danger col-2 mx-2"href="delete/{{librarian.id}}"role="button"onclick="return confirm('Are you sure you want to delete {{book.title}}?')">Delete</a>
</td>
</td>
</tr>
</tr>
...
@@ -40,11 +40,11 @@
...
@@ -40,11 +40,11 @@
</tbody>
</tbody>
</table>
</table>
<div>
<div>
<aclass="btn btn-primary col-2 mx-3"href="{% url 'librarian_new' %}"role="button">Add a Librarian</a>