diff --git a/templates/base.html b/templates/base.html
index bacc707..cae83e2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -55,6 +55,8 @@
Show Ownership Types
Create new Rating
Show Ratings
+ Create new Loan
+ Show Loans
@@ -73,5 +75,6 @@
$('#book_table').DataTable( { 'pageLength': 20, 'lengthMenu': [[10, 20, 50, -1], [10, 20, 50, "All"]] } );
} );
+ {%block script_content %}{% endblock script_content %}