1 parent 0faa2e4 commit 3304421Copy full SHA for 3304421
1 file changed
ietf/ietfauth/views.py
@@ -131,7 +131,7 @@ def create_account(request):
131
if to_email:
132
send_account_creation_exists_email(request, new_account_email, to_email)
133
else:
134
- raise ValidationError(f"Account for {{new_account_email}} exists, but cannot email it")
+ raise ValidationError(f"Account for {new_account_email} exists, but cannot email it")
135
136
# For the IETF 113 Registration period (at least) we are lowering the
137
# barriers for account creation to the simple email round-trip check
0 commit comments