This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/products/edit_handlers.py b/products/edit_handlers.py | |
| new file mode 100644 | |
| index 0000000000000000000000000000000000000000..44c5faabbb435ca9962b92985115543e60924f2e | |
| --- /dev/null | |
| +++ b/products/edit_handlers.py | |
| @@ -0,0 +1,29 @@ | |
| +from wagtail.images.edit_handlers import ImageChooserPanel | |
| +from wagtail.images.widgets import AdminImageChooser | |
| + | |
| + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div | |
| data-controller="budget" | |
| data-action="change->budget#updateTotals focusout->budget#updateTotals" | |
| data-budget-per-price-value="PP" | |
| > | |
| {% include "wagtailadmin/panels/multi_field_panel.html" %} | |
| <output for="{{ field_ids|join:' ' }}"> | |
| <h3>Budget summary</h3> | |
| <dl> | |
| <dt>Total price per</dt> |
OlderNewer