mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 09:52:16 +00:00
WIP: Javascript shenanigans for asset audit search
It's not clean but it works..
This commit is contained in:
@@ -187,6 +187,8 @@ class AssetEmbed(AssetDetail):
|
||||
class AssetAuditList(AssetList):
|
||||
template_name = 'asset_audit_list.html'
|
||||
|
||||
def form_valid(self):
|
||||
print('test')
|
||||
|
||||
class AssetAudit(AssetEdit):
|
||||
template_name = 'asset_audit.html'
|
||||
|
||||
Reference in New Issue
Block a user