diff --git a/konova/utils/tables.py b/konova/utils/tables.py index 9cbcfc5f..93c8e68d 100644 --- a/konova/utils/tables.py +++ b/konova/utils/tables.py @@ -27,7 +27,7 @@ class BaseTable(tables.tables.Table): class Meta: attrs = { - "class": "table table-hover", + "class": "table table-hover table-responsive-md table-responsive-sm", } def __init__(self, request: HttpRequest = None, filter_set=None, queryset=None, *args, **kwargs): diff --git a/templates/base.html b/templates/base.html index e8b4cb25..0e43d4a0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,6 +3,7 @@
+{% trans 'Username' %} | {{user.username}} |
---|