Update web/core/views.py

This commit is contained in:
Joshua Laymon 2025-08-31 04:03:32 +00:00
parent 85db9ee4dc
commit 03af17b61b

View File

@ -13,6 +13,7 @@ from django.utils.text import Truncator
from django.urls import reverse from django.urls import reverse
from django.views.decorators.cache import never_cache from django.views.decorators.cache import never_cache
from django.views.decorators.http import require_POST from django.views.decorators.http import require_POST
from .models_user import SearchHistory, ViewedIllustration
from .forms import ImportForm, EntryForm from .forms import ImportForm, EntryForm
from .models import Entry from .models import Entry