From 4f7b84194b056b5d6d9acca4cceb2cabc04fd8a5 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 29 Dec 2018 08:37:39 -0600 Subject: cleaned up JS and made modal handler. --- apps/notes/tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/notes/tests') diff --git a/apps/notes/tests/test_models.py b/apps/notes/tests/test_models.py index 05f2618..0c53a25 100644 --- a/apps/notes/tests/test_models.py +++ b/apps/notes/tests/test_models.py @@ -3,7 +3,7 @@ from django.urls import reverse from django.contrib import auth from mixer.backend.django import mixer -from notes.models import Note, Notebook +from notes.models import Note, Notebook User = auth.get_user_model() -- cgit v1.2.3-70-g09d2