diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-11-06 16:05:53 -0500 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-11-06 16:05:53 -0500 |
| commit | f5c84efd37085695732803b28d4a74cc05042e0e (patch) | |
| tree | 5799c7bb6db8797027a449aa9a6943752ccee2b3 /app/dispatch/templates | |
| parent | ecbc2c4751408c82c099dda0adf8b1c85b8ae3d9 (diff) | |
| download | dispatch-tracker-f5c84efd37085695732803b28d4a74cc05042e0e.tar.gz dispatch-tracker-f5c84efd37085695732803b28d4a74cc05042e0e.tar.xz | |
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.
Diffstat (limited to 'app/dispatch/templates')
| -rw-r--r-- | app/dispatch/templates/dispatch/nav.html | 1 |
1 files changed, 0 insertions, 1 deletions
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 %} <li><a href="{% url 'driver_list' %}">Drivers</a></li> <li><a href="{% url 'customer_list' %}">Customers</a></li> - <li><a href="/admin">DjangoAdmin</a></li> {% else %} <li><a href="{% url 'driver_summary' request.user.id %}">Summary</a> <li><a href="{% url 'driver_details' request.user.id %}">My Account</a></li> |
