ccnmtl / mediathread

Django application for multimedia annotations facilitating collaboration on video and image analysis. Developed at the Columbia University Center for Teaching and Learning.
https://mediathread.ctl.columbia.edu/
Other
85 stars 35 forks source link

Move base_new template to base.html - closes #5571 #5581

Closed nikolas closed 1 month ago

nikolas commented 1 month ago

base.html is an old, deprecated template which can be removed.

In this pull request, I'm leaving the base_new.html file in place, because a few places in mediathread_deploye_specific actually inherit from this template. But once this is merged, I'll make a new pull request to remove it.