Skip to content

Commit

Permalink
adds gettext_lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
actlikewill committed Sep 5, 2024
1 parent 7cb1572 commit e1fb8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peachjam/views/gazette.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.db.models.functions import ExtractMonth, ExtractYear
from django.urls import reverse
from django.utils.dates import MONTHS
from django.utils.translation import gettext as _
from django.utils.translation import gettext_lazy as _
from django.views.generic import TemplateView

from peachjam.forms import GazetteFilterForm
Expand Down

0 comments on commit e1fb8aa

Please sign in to comment.