ncsu-stars / Stars-CMS

A CMS written in Django for the STARS SLC at NCSU
http://research.csc.ncsu.edu/stars
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Raise 404 if a blog year is visited with no blogs #74

Closed omarestrella closed 10 years ago

omarestrella commented 11 years ago

Right now it displays a regular, empty page. Google's bot starts to visit the year 254 and 3265 because of this. Should return a 404 page if blogs do not exist for the year. Preferably with the message saying "Blogs do not exist"