After we finished Issue #118 (Allow adding courses that do not have sections), it is now possible to add lectures and sections separately.
But it doesn't make sense that a class with sections can have the lecture and section be separate. So we actually want to disable adding the lecture for classes with sections, then #117 (When a course section is added, also add the associated lecture) will add the lecture too when it's implemented.
Acceptance Criteria:
[x] There shouldn't be ADD button next to the lectures that have associated sections
This was fixed by using generic_results_table.html
After we finished Issue #118 (Allow adding courses that do not have sections), it is now possible to add lectures and sections separately.
But it doesn't make sense that a class with sections can have the lecture and section be separate. So we actually want to disable adding the lecture for classes with sections, then #117 (When a course section is added, also add the associated lecture) will add the lecture too when it's implemented.
Acceptance Criteria: