ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
22 stars 45 forks source link

Under construction page crashes #460

Open kesara opened 1 month ago

kesara commented 1 month ago

New blog pages under construction crash with the following error message:

 'BlogPage' instance needs to have a primary key value before this relationship can be used.

This happening on BlogPage and StandardPage. The fail point is the ietf/bibliography/templatetags/bibliography.py

IESGStatementPage and IABStandardPage also uses the same BibliographyMixin so they might crash too.