mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-01 12:52:15 +00:00
Mooooore status chips, mooore
This commit is contained in:
@@ -111,6 +111,8 @@ urlpatterns = [
|
||||
name='ec_edit'),
|
||||
path('event/checklist/<int:pk>/history/', permission_required_with_403('RIGS.change_event')(versioning.VersionHistory.as_view()),
|
||||
name='ec_history', kwargs={'model': models.EventChecklist}),
|
||||
path('event/checklist/list', permission_required_with_403('RIGS.change_event')(hs.EventChecklistList.as_view()),
|
||||
name='ec_list'),
|
||||
|
||||
# Finance
|
||||
path('invoice/', permission_required_with_403('RIGS.view_invoice')(finance.InvoiceIndex.as_view()),
|
||||
|
||||
Reference in New Issue
Block a user