From 41679a2e45343166976602cfc6f4726eafbd2091 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Mon, 15 Jul 2019 16:42:21 +0200 Subject: [PATCH] Fix typo. --- biscuit/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/core/settings.py b/biscuit/core/settings.py index 9cacbe07b..ca412fb11 100644 --- a/biscuit/core/settings.py +++ b/biscuit/core/settings.py @@ -30,7 +30,7 @@ INSTALLED_APPS = [ 'fa', 'django_any_js', 'menu', - 'phonenumner_field', + 'phonenumber_field', 'biscuit.core' ] -- GitLab