diff options
| author | Bobby <[email protected]> | 2024-12-15 19:11:48 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-15 19:11:48 -0500 |
| commit | 8bb529d5eefec11360e7aacb287120d6427793bd (patch) | |
| tree | 356d0690288513eee99abedafd3cf0929a3f27a3 /ignis/views.py | |
| parent | 12c92bf4d74f3717b1eafe1737e671a2b8bda02e (diff) | |
| download | thatcomputerscientist-8bb529d5eefec11360e7aacb287120d6427793bd.tar.xz thatcomputerscientist-8bb529d5eefec11360e7aacb287120d6427793bd.zip | |
user stats
Diffstat (limited to 'ignis/views.py')
| -rw-r--r-- | ignis/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ignis/views.py b/ignis/views.py index aa9a87d5..f681f64d 100644 --- a/ignis/views.py +++ b/ignis/views.py @@ -9,7 +9,7 @@ from django.views.decorators.csrf import csrf_exempt from PIL import Image from apps.blog.models import Post -from users.tokens import CaptchaTokenGenerator +from services.users.tokens import CaptchaTokenGenerator from .models import PostImage, RepositoryTitle |
