When viewing /assertion/<int>, about and add would be incorrectly redirected to /assertion/about; furthermore, /assertion/ would be an error page. I changed this to be a redirect to index, but a more creative solution is definitely possible.
Database export was printing every combination of features, assertions, and sources. Fixed.
When viewing
/assertion/<int>
,about
andadd
would be incorrectly redirected to/assertion/about
; furthermore,/assertion/
would be an error page. I changed this to be a redirect to index, but a more creative solution is definitely possible.Database export was printing every combination of features, assertions, and sources. Fixed.