CHSCodeForChange / Sapphire-Web

The website/backend repository for Sapphire, a platform to help organizations manage volunteers.
https://sapphire-web.herokuapp.com
GNU General Public License v3.0
8 stars 2 forks source link

Elapsed time should handle the None case #121

Closed jpaav closed 6 years ago

jpaav commented 6 years ago

Instead of displaying "None" when you haven't signed in and out a user, it should show something else. "None" is too confusing. Use the default if none template tag.

{{ item.somefield|default_if_none:"" }}