diff --git a/tailbone/views/products.py b/tailbone/views/products.py index c95ec47a..2de5d727 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -497,7 +497,11 @@ class ProductsView(MasterView): date = localtime(self.rattail_config, history[0]['changed'], from_utc=True).date() text = "{} (as of {})".format(text, date) - return self.add_srp_history_link(text) + if self.get_use_buefy(): + # TODO: should add history link here too... + return text + else: # not buefy + return self.add_srp_history_link(text) def render_true_cost(self, product, field): if not product.volatile: