Add way to flag organic products within lookup dialog

This commit is contained in:
Lance Edgar 2024-05-29 15:47:04 -05:00
parent f8ab8d462c
commit 4ccdf99a43
4 changed files with 25 additions and 7 deletions

View file

@ -4,6 +4,8 @@
<%def name="global_title()">${"[STAGE] " if not request.rattail_config.production() else ''}${self.app_title()}</%def>
<%def name="extra_styles()"></%def>
<%def name="favicon()">
<link rel="icon" type="image/x-icon" href="${request.rattail_config.get('tailbone', 'favicon_url', default=request.static_url('tailbone:static/img/rattail.ico'))}" />
</%def>