add to shopping from card context menu

This commit is contained in:
smilerz
2021-10-31 15:18:00 -05:00
parent 867e2d4fbf
commit 60d7e63da8
16 changed files with 279 additions and 250 deletions

View File

@@ -1,4 +1,5 @@
{% load i18n %}
{% comment %} TODO: Deprecate {% endcomment %}
<div class="modal" tabindex="-1" role="dialog" id="id_modal_cook_log">
<div class="modal-dialog" role="document">
@@ -77,4 +78,4 @@
$('#id_rating_show').html(rating.val() + '/5')
});
</script>
</script>