<p>Because there are so many gen eds, those merely appear as a button for "Science" until they are selected, upon which a list appears and a student can make their selection.</p>
<p>Should display which semester they are on for each level of selection, and lonly allow them to select 18 credits, flag it up to 20, etc.</p>
<formclass="form-horizontal"role="form">
These are the classes you'd be eligible to take this semester. Select the classes you want and hit Submit to continue.
<h4>Majors</h4>
{% for program in programs %}
Grid of classes you can take. Each bubble is 4 columns across, and they just continue on down the page.
<divclass="form-group">
</div>
{% endfor %}
<h4>Minors</h4>
{% for minor in minors %}
<divclass="form-group">
</div>
{% endfor %}
<h4>Gen Eds</h4>
<divclass="form-group">
{{ collection.name }}
</div>
<p><h1>We still have the corequisite problem unresolved</h1></p>