Skip to content
Snippets Groups Projects
Commit e0a1a685 authored by Hangzhi Yu's avatar Hangzhi Yu Committed by magicfelix
Browse files

Remove unneeded todo

parent b6aec29f
No related branches found
No related tags found
2 merge requests!1788Draft: Resolve "Refactor account registration form (and generalize parts of it)",!1737Draft: Resolve "Rebuild account registration form"
...@@ -346,8 +346,6 @@ class PersonInputType(graphene.InputObjectType): ...@@ -346,8 +346,6 @@ class PersonInputType(graphene.InputObjectType):
address = graphene.Field(AddressInputType, required=False) address = graphene.Field(AddressInputType, required=False)
# TODO: Photo and avatar
photo = Upload() photo = Upload()
avatar = Upload() avatar = Upload()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment