From e8e1a3d5422405bc338c58851dd33afbe1f14421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 26 Jul 2021 19:18:36 +0200 Subject: [PATCH] misc: temporary keep legacy attribute name --- combo_plugin_imio_townstreet/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/combo_plugin_imio_townstreet/models.py b/combo_plugin_imio_townstreet/models.py index 7d7f77d..76a9c90 100644 --- a/combo_plugin_imio_townstreet/models.py +++ b/combo_plugin_imio_townstreet/models.py @@ -23,6 +23,7 @@ from combo.data.library import register_cell_class @register_cell_class class TownstreetButton(CellBase): + template_name = 'imio_townstreet/button.html' default_template_name = 'imio_townstreet/button.html' class Meta: