mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-08-13 17:39:36 +02:00
Visual improvement on manage page
This commit is contained in:
@@ -5,14 +5,13 @@ import django_tables2 as tables
|
||||
from django.utils.html import format_html
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from django_tables2 import A
|
||||
|
||||
from django.urls import reverse, reverse_lazy
|
||||
|
||||
from note_kfet.middlewares import get_current_request
|
||||
from permission.backends import PermissionBackend
|
||||
|
||||
from .models import Achievement, Challenge, Family, FamilyMembership
|
||||
|
||||
|
||||
class FamilyTable(tables.Table):
|
||||
"""
|
||||
List all families
|
||||
|
Reference in New Issue
Block a user