Skip to content
Snippets Groups Projects
Unverified Commit 2ed5bd22 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add missing import.

parent 67f5b548
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ from .decorators import admin_required
from .forms import PersonsAccountsFormSet, EditPersonForm
from .models import Person, Group
from .tables import PersonsTable, GroupsTable
from .util import messages
def index(request: HttpRequest) -> HttpResponse:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment