We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5d267 commit aa46f03Copy full SHA for aa46f03
permafrost/forms.py
@@ -8,7 +8,7 @@
8
from django.forms.models import ModelMultipleChoiceField
9
from django.forms.widgets import CheckboxInput
10
from django.utils.translation import ugettext_lazy as _
11
-from .models import PermafrostRole, get_current_site, get_optional_by_category, get_choices
+from .models import PermafrostRole, get_optional_by_category, get_choices
12
13
CHOICES = [('', _("Choose Role Type"))] + get_choices()
14
0 commit comments