We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da808e commit 17ecd95Copy full SHA for 17ecd95
web/problems/models.py
@@ -6,6 +6,7 @@
6
from django.db import models
7
from django.template.defaultfilters import slugify
8
from django.template.loader import render_to_string
9
+from django.utils.translation import gettext_lazy as _
10
from django.urls import reverse
11
from django.utils.translation import gettext_lazy as _
12
from rest_framework.authtoken.models import Token
0 commit comments