misc: temporary keep legacy attribute name

This commit is contained in:
Frédéric Péters 2021-07-26 19:18:36 +02:00
parent 79aaccdfa8
commit e8e1a3d542
1 changed files with 1 additions and 0 deletions

View File

@ -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: