Skip to content

Commit 17ecd95

Browse files
schrjakomatijapretnar
authored andcommitted
Add separate visibility to problems
Tests are missing, but existing ones were adapted to the new functionality.
1 parent 6da808e commit 17ecd95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/problems/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from django.db import models
77
from django.template.defaultfilters import slugify
88
from django.template.loader import render_to_string
9+
from django.utils.translation import gettext_lazy as _
910
from django.urls import reverse
1011
from django.utils.translation import gettext_lazy as _
1112
from rest_framework.authtoken.models import Token

0 commit comments

Comments
 (0)