diff --git a/tailbone/templates/page.mako b/tailbone/templates/page.mako index 1dbd333b..2d8227d4 100644 --- a/tailbone/templates/page.mako +++ b/tailbone/templates/page.mako @@ -32,7 +32,8 @@ let ThisPage = { template: '#this-page-template', - methods: {} + computed: {}, + methods: {}, } let ThisPageData = { diff --git a/tailbone/templates/products/view.mako b/tailbone/templates/products/view.mako index 99f555ae..c8f2a5ec 100644 --- a/tailbone/templates/products/view.mako +++ b/tailbone/templates/products/view.mako @@ -305,7 +305,7 @@
Vendor Sources % if request.rattail_config.versioning_enabled() and master.has_perm('versions'): - + (view cost history) % endif @@ -380,7 +380,7 @@