Skip to content

Commit

Permalink
Update forms.py
Browse files Browse the repository at this point in the history
Updates ugettext to gettext as per latest dependency.
  • Loading branch information
penguinzephyr authored Mar 20, 2024
1 parent 01a4e90 commit eb939f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/forms.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
from django import forms
from django.contrib.auth.models import User
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _

from django_select2.forms import (
HeavySelect2MultipleWidget, HeavySelect2Widget, ModelSelect2MultipleWidget,
Expand Down

0 comments on commit eb939f5

Please sign in to comment.