core: add about modal

This commit is contained in:
Jens Langhammer
2018-12-16 16:02:03 +01:00
parent 9117e09f1c
commit 9e289e9937
8 changed files with 60 additions and 2 deletions

View File

@ -9,6 +9,7 @@ class PassbookAuditConfig(AppConfig):
name = 'passbook.audit'
label = 'passbook_audit'
verbose_name = 'passbook Audit'
mountpoint = 'audit/'
def ready(self):