Open ryscher opened 1 year ago
In Django admin, the default field length is too short for ORCIDs -- it should be a few characters longer.
Try editing backend/apis/admin.py
backend/apis/admin.py
with info from https://stackoverflow.com/questions/910169/resize-fields-in-django-admin
In Django admin, the default field length is too short for ORCIDs -- it should be a few characters longer.