Skip to content
Snippets Groups Projects
Commit 609c8f8a authored by Brian Wood's avatar Brian Wood
Browse files

Removed add button from loaned library

parent a0c36221
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@
<h3>{{ library.name ~ ' ' ~ library.unit }} Library </h3>
</div>
<div class="btn-group pull-right">
{% if library.name != "Loaned" %}
<button type="button" class="btn btn-default add-movie" style="margin-top:10px" data-toggle="modal" data-target="#addMovie-form">Add Movie</button>
{% endif %}
</div>
<div class="full_width" style="margin-top:4em;">
<div class="dataTables_wrapper" role="grid">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment