Commit graph

10 commits

Author SHA1 Message Date
Michael Hall
e647984e4a Fix error when trying to display a speaker bio without an avatar on the speaker or on the user profile 2018-09-04 21:36:15 -04:00
Briar Rose Schreiber
2951309f9c Issue 65: Team About Page
Addresses #65

* Added a team about page.
* The page is rendered at /<team_slug>/about/.
* If the about_page field is None, then the user is redirected to the team
  page.
* A link was added from the team page to view the about page
* A link on the about page was added to return to the team page
* Tests of redirect functionality were added
2018-07-01 15:53:56 -07:00
Michael Hall
501918da77 Switch to using ipstack.com's free API for geoip lookup. Requires setting IPSTACK_ACCESS_KEY in settings.py now. Fixed #90 2018-06-24 13:07:28 -04:00
Michael Hall
9ddc993cd5 Add checks for missing user geoip coordinates and fall back to not sorting by distance 2018-06-13 13:01:48 -04:00
Michael Hall
3defa51ff0 Fix resume redirects, add more test cases 2018-06-13 10:03:55 -04:00
Michael Hall
0a2adeaddb Add new 'resume' module for getting back to a workflow that was interrupted by a necessary redirect 2018-06-13 09:44:24 -04:00
Michael Hall
0be7c4b30e Only send reminders for events starting in the next day, add extra tests, and replace get_absolute_url with get_full_url in email templates 2018-04-05 22:50:24 -04:00
Bheesham Persaud
b0b9f273e9 Send event reminder emails. 2018-04-04 01:22:26 -04:00
Michael Hall
97de26ea85 Add a placeholder local avatar image for users who don't set one. Fix screens where a missing avatar caused errors. Fixes #53, Fixes #50 2018-03-18 12:26:32 -04:00
Michael Hall
4debf8e255 Create initial empty test cases for accounts, events and get_together apps. Fixes #22 2018-03-06 17:26:12 -08:00