Skip to content

Commit aa43c6b

Browse files
author
=
committed
formatting in tables.py
1 parent 8b22131 commit aa43c6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

auctions/tables.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ class Meta:
185185
"views",
186186
)
187187
row_attrs = {
188-
#'class': lambda record: str(record.table_class),
189-
#'style':'cursor:pointer;',
190-
#'hx-get': lambda record: "/api/lot/" + str(record.pk),
191-
#'hx-target':"#modals-here",
192-
#'hx-trigger':"click",
193-
#'_':"on htmx:afterOnLoad wait 10ms then add .show to #modal then add .show to #modal-backdrop"
188+
# 'class': lambda record: str(record.table_class),
189+
# 'style':'cursor:pointer;',
190+
# 'hx-get': lambda record: "/api/lot/" + str(record.pk),
191+
# 'hx-target':"#modals-here",
192+
# 'hx-trigger':"click",
193+
# '_':"on htmx:afterOnLoad wait 10ms then add .show to #modal then add .show to #modal-backdrop"
194194
}

0 commit comments

Comments
 (0)