ietf-tools / www

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

fix: crash when previewing Event Listing Page #370

Closed mgax closed 7 months ago

mgax commented 7 months ago

Fixes https://github.com/ietf-tools/wagtail_website/issues/327.

I was able to reproduce the error, and this patch makes it go away. I'm not entirely sure what was causing it. pk is an alias for the primary key field, which is id for the EventPage model, so in any case, the new code is still correct.