ubyssey / ubyssey.ca

The code that powers www.ubyssey.ca
GNU General Public License v2.0
36 stars 41 forks source link

Added a case for when the pubdate is None #1328

Closed SamuelmdLow closed 10 months ago

SamuelmdLow commented 10 months ago

Some articles have the publish date as None by accident. The django tag for formating the publish date did not have a case for this which resulted in an error. In this pull request I added a Nonetype case to avoid the error