From f5c84efd37085695732803b28d4a74cc05042e0e Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 6 Nov 2017 16:05:53 -0500 Subject: Rename config to config-example and allow it to be loaded if config does not exist. Define email settings in config. Remove Django admin from the Admin's Nav. --- app/dispatch/templates/dispatch/nav.html | 1 - 1 file changed, 1 deletion(-) (limited to 'app/dispatch') diff --git a/app/dispatch/templates/dispatch/nav.html b/app/dispatch/templates/dispatch/nav.html index 39acb38..a5f09e5 100644 --- a/app/dispatch/templates/dispatch/nav.html +++ b/app/dispatch/templates/dispatch/nav.html @@ -4,7 +4,6 @@ {% if request.user.is_superuser %}
  • Drivers
  • Customers
  • -
  • DjangoAdmin
  • {% else %}
  • Summary
  • My Account
  • -- cgit v1.2.3