From a32d954e0f82ec94948eb63829bfc7934f2f87ff Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Thu, 18 Apr 2019 14:26:28 +0000 Subject: [PATCH] Move bell symbol to own column in preparation of hiding columns for regular users, add Kumi Systems as admin --- templates/manager/index.html | 4 +++- vpnmanager/settings.py | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/manager/index.html b/templates/manager/index.html index 8debfee..7c3a4e4 100644 --- a/templates/manager/index.html +++ b/templates/manager/index.html @@ -83,6 +83,7 @@ + @@ -93,7 +94,8 @@ {% userUsers as users %} {% for auser in users %} - + + diff --git a/vpnmanager/settings.py b/vpnmanager/settings.py index aa048b0..8c26823 100644 --- a/vpnmanager/settings.py +++ b/vpnmanager/settings.py @@ -149,3 +149,5 @@ CELERY_RESULT_BACKEND = 'django-db' CELERY_WORKER_CONCURRENCY = 1 CELERY_WORKER_PREFETCH_MULTIPLIER = 1 CELERY_ACCEPT_CONTENT = ['json', 'pickle'] + +ADMINS = [("Kumi Systems", "support@kumi.systems")]
Username Real name Last Activity
{% if auser.is_superuser %} {% endif %}{% if auser.is_staff %}{% endif %}{{ auser.username }}{% if auser.is_staff %}{% endif %}
{% if auser.is_superuser %} {% endif %}
{% if auser.is_staff %}{% endif %}{{ auser.username }}{% if auser.is_staff %}{% endif %}
{% if auser.is_staff %}{% endif %}{{ auser.first_name }} {{ auser.last_name }}{% if auser.is_staff %}{% endif %} {{ auser.userstatus.last_action }} {% if user.is_staff %} {% endif %}{% if auser.email %}{% endif %}{% if user.is_superuser %} {% endif %}