learning-unlimited / ESP-Website

A website to help manage the logistics of large, short-term educational programs
82 stars 57 forks source link

Hide empty categories in the catalog #3692

Closed willgearty closed 7 months ago

willgearty commented 8 months ago

This hides any empty categories in the catalog (more relevant now thanks to the filtering implemented in https://github.com/learning-unlimited/ESP-Website/pull/3632) provided the new tag is set to True (the default). If a category is hidden, the corresponding category link at the top is disabled and faded.

I didn't check it, but I believe this should also work for the /fillslot student registration pages.

Fixes #3661.