Unique_constraint issue

I’m guessing the error is happening at?
https://github.com/benonymus/userteamroleapi/blob/master/lib/userteam1_web/templates/user/form.html.eex#L22

If so then two render calls are missing teams: ..., one at:
https://github.com/benonymus/userteamroleapi/blob/master/lib/userteam1_web/controllers/user_controller.ex#L43

And the other at:
https://github.com/benonymus/userteamroleapi/blob/master/lib/userteam1_web/controllers/user_controller.ex#L80