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

Reminder modal added to the movie page as well

parent 05765677
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
Loaned to: {{ loan.borrower_email }}<br/>
Due back: {{ loan.expected_return_date.strftime('%m-%d-%Y') }}
<button type="button" class="btn btn-default btn-small return-movie" data-toggle="modal" data-target="#return-form" data-id='{{ item.id }}'>Return</button>
<button type="button" class="btn btn-default btn-small reminder" data-toggle="modal" data-target="#reminder-form" data-id='{{ item.id }}'>Reminder</button>
{% endif %}
{% if library.name != "Master" or loan == None %}
<button type="button" class="btn btn-default btn-small remove-movie" data-id='{{ index }}'>Remove</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment