added missing NotificationTemplate import
This commit is contained in:
parent
aa8db3c919
commit
1c727a989b
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ from symposion.utils.mail import send_email
|
|||
|
||||
from symposion.reviews.forms import ReviewForm, SpeakerCommentForm
|
||||
from symposion.reviews.forms import BulkPresentationForm
|
||||
from symposion.reviews.models import ReviewAssignment, Review, LatestVote, ProposalResult
|
||||
from symposion.reviews.models import (
|
||||
ReviewAssignment, Review, LatestVote, ProposalResult, NotificationTemplate
|
||||
)
|
||||
|
||||
|
||||
def access_not_permitted(request):
|
||||
|
|
Loading…
Reference in a new issue