Update web/core/views_user_features.py

This commit is contained in:
Joshua Laymon 2025-08-17 21:03:13 +00:00
parent 641e09c1fe
commit 0e10a3c930

View File

@ -8,6 +8,7 @@ from django.forms.models import model_to_dict
from .models import Entry # existing from .models import Entry # existing
from .models_user import UserPrefs, SearchHistory, ViewedIllustration from .models_user import UserPrefs, SearchHistory, ViewedIllustration
from django.views.decorators.cache import never_cache
# ---------- Font size prefs ---------- # ---------- Font size prefs ----------