refactor/tweak DEVELOP -> DEVELOPER

This commit is contained in:
Hongwei 2021-06-17 12:50:59 +02:00
parent 0057f45c88
commit aa4a8d982b

View File

@ -295,7 +295,7 @@ class InvitationView(LoginRequiredMixin, FormView):
'email': data['email'],
'company': data['company'],
'country': data['country'],
'purpose': 'DEVELOP'
'purpose': 'DEVELOPER'
}
context = self.get_context_data(**kwargs)
try: