From 75e8ee12cb26b577edca6977a880030230295453 Mon Sep 17 00:00:00 2001 From: Aaron Jorgensen <62412972+ajeema@users.noreply.github.com> Date: Tue, 15 Mar 2022 08:21:26 -0500 Subject: [PATCH] Update views.py --- avatar/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avatar/views.py b/avatar/views.py index 8221b2f..e71bc7d 100644 --- a/avatar/views.py +++ b/avatar/views.py @@ -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