Update web/core/views.py

This commit is contained in:
Joshua Laymon 2025-08-21 01:26:38 +00:00
parent e7caf91b6e
commit c2b212246c

View File

@ -10,6 +10,7 @@ from django.http import HttpResponse, JsonResponse
from django.shortcuts import render, redirect, get_object_or_404
from django.views.decorators.http import require_http_methods
from django.utils.text import Truncator
from django.urls import reverse
from .forms import ImportForm, EntryForm
from .models import Entry