Fix deprecations removed in dj4

This commit is contained in:
Ariel Rin
2021-12-24 17:42:53 +10:00
parent 05110abc59
commit 909bd0ba15
22 changed files with 24 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
from django import forms
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
class HRApplicationCommentForm(forms.Form):