updated comments

This commit is contained in:
2021-08-11 17:28:03 +10:00
parent eb5fc0aa84
commit 5c3087739d

View File

@@ -1,4 +1,7 @@
### shared variables to show state of save/delete when we redirect to 'show all' view
# used mostly to note we have create a job for the job manager, or when a job finishes
# including when duplicates are found on import. These status messages are exposed into
# the html files, and they show once for success/green, and sticky for danger/red
class Status:
alert="success"
message=""