Closed ingridtv closed 2 years ago
After merging 'master', needed to apply migrations for adding Tags to Task. Also added migration for MultipleChoice.description field to the repo so everyone has the same version.
You should run
python3 manage.py makemigrations
and
python3 manage.py migrate
after pulling the latest changes
Fixes WSI display, adds styling to some pages. Add description field to multiple choice model