From a997bde4c6ce1cf3da7f23d80405017a36007f71 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Thu, 21 Mar 2019 13:43:45 +0100 Subject: [PATCH] Fix import --- journals/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journals/views.py b/journals/views.py index 55cc21091..57b6f0e15 100644 --- a/journals/views.py +++ b/journals/views.py @@ -46,7 +46,7 @@ from .utils import JournalUtils from comments.models import Comment from funders.forms import FunderSelectForm, GrantSelectForm from funders.models import Grant -from mails import MailEditorSubview +from mails.views import MailEditorSubview from ontology.models import Topic from ontology.forms import SelectTopicForm from organizations.models import Organization -- GitLab