python3: use relative import to get link cell form

This commit is contained in:
Frédéric Péters 2018-03-25 16:16:29 +02:00
parent 639e02eb1d
commit 8e5b2ee686
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ class LinkCell(CellBase):
return context
def get_default_form_class(self):
from forms import LinkCellForm
from .forms import LinkCellForm
return LinkCellForm
def render_for_search(self):