File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -922,15 +922,15 @@ For explanation how all the parts of the code work together see paragraph **Usag
922922 {% for book in books %}
923923 <div class =" text-center" >
924924 <!-- Read book buttons -->
925- <button type =" button" id =" read-book" class = " bs-modal btn btn-sm btn-primary" data-form-url =" {% url 'read_book' book.pk %}" >
925+ <button type =" button" class =" read-book bs-modal btn btn-sm btn-primary" data-form-url =" {% url 'read_book' book.pk %}" >
926926 <span class =" fa fa-eye" ></span >
927927 </button >
928928 <!-- Update book buttons -->
929- <button type =" button" id =" update-book" class = " bs-modal btn btn-sm btn-primary" data-form-url =" {% url 'update_book' book.pk %}" >
929+ <button type =" button" class =" update-book bs-modal btn btn-sm btn-primary" data-form-url =" {% url 'update_book' book.pk %}" >
930930 <span class =" fa fa-pencil" ></span >
931931 </button >
932932 <!-- Delete book buttons -->
933- <button type =" button" id =" delete-book" class = " bs-modal btn btn-sm btn-danger" data-form-url =" {% url 'delete_book' book.pk %}" >
933+ <button type =" button" class =" delete-book bs-modal btn btn-sm btn-danger" data-form-url =" {% url 'delete_book' book.pk %}" >
934934 <span class =" fa fa-trash" ></span >
935935 </button >
936936 </div >
You can’t perform that action at this time.
0 commit comments