diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-03-25 22:41:03 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-03-25 22:41:03 -0400 |
| commit | 02e68c71dbae66e46703ca403c45378c6a0437aa (patch) | |
| tree | 35a671b78de69c3c350ccdd1f758b07a40ea465c /app/dispatch/urls.py | |
| parent | 8f52ee7320051bce63254a70a524b407cc8105c1 (diff) | |
| download | dispatch-tracker-02e68c71dbae66e46703ca403c45378c6a0437aa.tar.gz dispatch-tracker-02e68c71dbae66e46703ca403c45378c6a0437aa.tar.xz | |
Remove color coding entirely if the load is paid for.
Added audit log to the navigation bar as well.
Removed commented out urls related to previous versions
of the audit log.
Diffstat (limited to 'app/dispatch/urls.py')
| -rw-r--r-- | app/dispatch/urls.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/dispatch/urls.py b/app/dispatch/urls.py index 1b7d71f..d78186b 100644 --- a/app/dispatch/urls.py +++ b/app/dispatch/urls.py @@ -49,9 +49,6 @@ urlpatterns = [ url(r'^invoices/delete/(?P<pk>\d+)$', views.InvoiceDelete.as_view(), name='invoice_delete'), url(r'^drivers/view/(?P<pk>\d+)/generate/$', views.InvoiceGenerateForDates, name='invoice_generate'), - # url(r'^audit_log/summary/(?P<pk>\d+)$', views.AuditLog.as_view(), name='driver_summary'), url(r'^audit_log/summary/$', views.AuditLog.as_view(), name='log_summary'), - # url(r'^audit_log/unusual/$', views.AuditLogUnusual.as_view(), name='log_unusual'), - # url(r'^drivers/activity/summary$', views.DriverActivitySummary.as_view(), name='driver_activity_summary'), ] |
