Add views for NationBuilder donations cache
This commit is contained in:
parent
87f4400e02
commit
d61f05fd2f
4 changed files with 119 additions and 1 deletions
|
@ -39,6 +39,11 @@ def make_nationbuilder_menu(request):
|
|||
'route': 'nationbuilder.cache.people',
|
||||
'perm': 'nationbuilder.cache.people.list',
|
||||
},
|
||||
{
|
||||
'title': "Donations",
|
||||
'route': 'nationbuilder.cache.donations',
|
||||
'perm': 'nationbuilder.cache.donations.list',
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue