Skip to content

Commit

Permalink
Added id for testability
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzieIsaacs committed Jan 17, 2022
1 parent de1bc3f commit a02f621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cps/templates/layout.html
Expand Up @@ -183,7 +183,7 @@ <h4 class="modal-title" id="bookDetailsModalLabel">{{_('Book Details')}}</h4>
</div>
<div class="modal-body">...</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">{{_('Close')}}</button>
<button type="button" id="details_close" class="btn btn-default" data-dismiss="modal">{{_('Close')}}</button>
</div>
</div>
</div>
Expand Down

0 comments on commit a02f621

Please sign in to comment.