Update views.py

This commit is contained in:
Aaron Jorgensen 2022-03-15 08:21:26 -05:00 committed by GitHub
parent 520123afbc
commit 75e8ee12cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
from django.shortcuts import render, redirect
from django.utils.translation import ugettext as _
from django.utils.translation import gettext_lazy as _
# Issue 182: six no longer included with Django 3.0
try:
from django.utils import six