mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Disable turbolinks for pages that require custom JS, like calendars or autocomplete fields
This commit is contained in:
@ -47,7 +47,8 @@ class WEIRegistrationTable(tables.Table):
|
||||
text=_("Edit"),
|
||||
attrs={
|
||||
'a': {
|
||||
'class': 'btn btn-warning'
|
||||
'class': 'btn btn-warning',
|
||||
'data-turbolinks': 'false',
|
||||
}
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user