Skip to content

Commit

Permalink
chore(registration): fix AuditLogEntry model gettext usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas777 committed Nov 5, 2024
1 parent feb027f commit a057f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit_log/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.db import models
from django.utils.translation import gettext as _
from django.utils.translation import gettext_lazy as _


class AuditLogEntry(models.Model):
Expand Down

0 comments on commit a057f15

Please sign in to comment.