uchicago-library / library_website

The University of Chicago Library Website
5 stars 5 forks source link

CDS News tag #759

Closed bbusenius closed 2 months ago

bbusenius commented 2 months ago

Fixes #755

Changes in this request

(Links only work in the dev environment)

bbusenius commented 2 months ago

Looks good. Have a small suggestion. Read a bit to learn how to do this:

    scrc_kiosk = models.BooleanField(default=False, verbose_name="SCRC kiosk")
    cds_kiosk = models.BooleanField(default=False, verbose_name="CDS kiosk")

Great suggestion! I'll do this.