- RESTART IS REQUIRED - if you change the integration mode. -
- - ${b}-tooltip> -- If set, certain column values in a grid may link - to related - records. -
-- If not set, column values will only link to view the - current record. -
- - ${b}-tooltip> - -- powered by - ${h.link_to("WuttaWeb", 'https://wuttaproject.org/', target='_blank')} - and - ${h.link_to("farmOS", 'https://farmos.org/', target='_blank')} -
+ ${parent.footer()} %def> diff --git a/src/wuttafarm/web/templates/deform/animaltyperef.pt b/src/wuttafarm/web/templates/deform/animaltyperef.pt deleted file mode 100644 index 61dd770..0000000 --- a/src/wuttafarm/web/templates/deform/animaltyperef.pt +++ /dev/null @@ -1,13 +0,0 @@ -- ${help_text} -
- - ${parent.render_form_tag()} -%def> diff --git a/src/wuttafarm/web/templates/wuttafarm-components.mako b/src/wuttafarm/web/templates/wuttafarm-components.mako deleted file mode 100644 index 37b176e..0000000 --- a/src/wuttafarm/web/templates/wuttafarm-components.mako +++ /dev/null @@ -1,324 +0,0 @@ - -<%def name="make_wuttafarm_components()"> - ${self.make_animal_type_picker_component()} - ${self.make_plant_types_picker_component()} -%def> - -<%def name="make_animal_type_picker_component()"> - - -%def> - -<%def name="make_plant_types_picker_component()"> - - -%def> diff --git a/src/wuttafarm/web/util.py b/src/wuttafarm/web/util.py deleted file mode 100644 index 977550a..0000000 --- a/src/wuttafarm/web/util.py +++ /dev/null @@ -1,81 +0,0 @@ -# -*- coding: utf-8; -*- -################################################################################ -# -# WuttaFarm --Web app to integrate with and extend farmOS -# Copyright © 2026 Lance Edgar -# -# This file is part of WuttaFarm. -# -# WuttaFarm is free software: you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free Software -# Foundation, either version 3 of the License, or (at your option) any later -# version. -# -# WuttaFarm is distributed in the hope that it will be useful, but WITHOUT ANY -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -# A PARTICULAR PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with -# WuttaFarm. If not, see