Update views.py

This commit is contained in:
rsp2k 2022-01-27 13:20:33 -07:00 committed by GitHub
parent 346530c14c
commit be9187fb62
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 as _
# Issue 182: six no longer included with Django 3.0
try:
from django.utils import six