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 %}