Rule -> Policies
This commit is contained in:
@ -4,7 +4,7 @@ from django import forms
|
||||
from passbook.core.models import User
|
||||
|
||||
|
||||
class RuleTestForm(forms.Form):
|
||||
"""Form to test rule against user"""
|
||||
class PolicyTestForm(forms.Form):
|
||||
"""Form to test policies against user"""
|
||||
|
||||
user = forms.ModelChoiceField(queryset=User.objects.all())
|
Reference in New Issue
Block a user