mbari-org / SeafloorMappingDB

Make MBARI seafloor mapping datasets more accessible and useful
GNU General Public License v3.0
3 stars 6 forks source link

Use django-crispy-forms with the addition of status pick list for Missions filter view #215

Closed MBARIMike closed 6 months ago

MBARIMike commented 6 months ago

The settings for django-crispy-forms are for using bootstrap4, so the .css and .js entries in the last commit in this PR needed to be changed. These lines (and maybe more) need to be updated for an update to Bootstrap:

(Here's the old commit that mistakenly switched the .css and .js lines from bootstrap4 to bootstrap5: https://github.com/mbari-org/SeafloorMappingDB/commit/4133a336b3418e276d0dfceacbd6d6bbd8446a35)