You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2023. It is now read-only.
I'm pretty sure this problem happens because the extendeduser uses OneToOneFields to relate a user to a Set/Chapter/Level. This could probably easily be fixed by reworking the "Current X"-fields in ExtendedUser to ForeignKey instead. However, this could cause problems with existing data in the database.