Skip to content
Snippets Groups Projects
Unverified Commit 1734a4f4 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1830 from OpenTechFund/fix/user_view_wagtail_update

Fix/user view wagtail update
parents 81db2a0b c9d38724
No related branches found
No related tags found
No related merge requests found
Pipeline #3 failed
......@@ -4,8 +4,8 @@ from django.db.models import Q
from django.shortcuts import render
from django.utils.translation import ugettext as _
from django.views.decorators.vary import vary_on_headers
from wagtail.admin.auth import any_permission_required
from wagtail.admin.forms.search import SearchForm
from wagtail.admin.utils import any_permission_required
from wagtail.core.compat import AUTH_USER_APP_LABEL, AUTH_USER_MODEL_NAME
User = get_user_model()
......
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