providers/oauth2: add missing property_mapping template
This commit is contained in:
@ -75,6 +75,8 @@ class OAuth2ProviderForm(forms.ModelForm):
|
||||
class ScopeMappingForm(forms.ModelForm):
|
||||
"""Form to edit ScopeMappings"""
|
||||
|
||||
template_name = "providers/oauth2/property_mapping_form.html"
|
||||
|
||||
def clean_expression(self):
|
||||
"""Test Syntax"""
|
||||
expression = self.cleaned_data.get("expression")
|
||||
|
||||
Reference in New Issue
Block a user