8 lines
225 B
Python
8 lines
225 B
Python
from project.main.views.demo_view_base import DemoViewBase
|
|
|
|
|
|
class TableInlineEditView(DemoViewBase):
|
|
template_name = "main/table_inline_edit.html"
|
|
active_section = "table-inline-edit"
|
|
title = "Table Inline Edit"
|