Skip to content
Snippets Groups Projects
Commit 6bddcea4 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

Merge branch 'fix-local-notification-sending' into 'master'

bugfix: import slipped out of my PR ¯\_(ツ)_/¯

See merge request startinblox/djangoldp-packages/djangoldp-notifications!21
parents 2c41fbcf 3a4d615a
No related branches found
No related tags found
1 merge request!21bugfix: import slipped out of my PR ¯\_(ツ)_/¯
Pipeline #1669 passed
......@@ -11,6 +11,7 @@ from django.db.models.signals import post_save
from django.dispatch import receiver
from oidc_provider.models import Token
from django.urls import NoReverseMatch
from django.utils.translation import ugettext_lazy as _
from djangoldp.fields import LDPUrlField
from djangoldp.models import 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