Commit 9475b27bf2819c88980f2c45dcadd2dbc4d5411c
1 parent
80dfda89
Exists in
master
and in
39 other branches
Fixed settings import in form
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com> Signed-off-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
colab/accounts/forms.py
... | ... | @@ -15,7 +15,7 @@ from django.utils.translation import ugettext_lazy as _ |
15 | 15 | |
16 | 16 | from conversejs.models import XMPPAccount |
17 | 17 | |
18 | -from colab import settings | |
18 | +from django.conf import settings | |
19 | 19 | |
20 | 20 | from .utils.validators import validate_social_account |
21 | 21 | from .utils import mailman | ... | ... |