djangocon / 2023.djangocon.us

🫐 The DjangoCon US 2023 conference website
https://2023.djangocon.us
Other
17 stars 49 forks source link

🔧 Hide the "buy tickets" links since tickets are no longer on sale #256

Closed drewbrew closed 8 months ago

drewbrew commented 8 months ago

Pages affected:

Switches the HTML comments to template contents so the links aren't visible in the HTML.

tim-schilling commented 8 months ago

I couldn't run this locally (different machine that's not setup), but I did a code search and found a few more we should comment out.

drewbrew commented 8 months ago

Thanks!