Skip to content

Commit

Permalink
wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer committed Mar 22, 2018
1 parent b4807ec commit 3e026ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entities/forms.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from dal import autocomplete
from django import forms
from django.core.urlresolvers import reverse_lazy
from django.urls import reverse_lazy
from crispy_forms.helper import FormHelper
from crispy_forms.layout import Submit
from crispy_forms.layout import Layout
Expand Down

0 comments on commit 3e026ca

Please sign in to comment.