diff --git a/changelog.md b/changelog.md index 50e2d815..54611893 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ Project Olly Changelog +# 1.0.2 +- Allow staff to send email reverification email (in the case of an email server hiccup) - closes #123 +- Fixed hard coded redirects in staff:users template +- Added additional UserProfile fields to staff:modify_user +- Fix javascript datetime error with multiple matches in matches:list +- Revamp staff:team_detail template +- Revamp staff:user_detail template +- Fixed datetime constraints for some Notification object creation events +- Added user notifications for match updates made within staff panel +- Remove duplicate django messages +- PEP8 improvements + # 1.0.1 - Add front end changes for match scheduling in match list page - Fix captains list on team detail template. diff --git a/olly/base_settings.py b/olly/base_settings.py index 4a0f3d4a..b74c58c5 100644 --- a/olly/base_settings.py +++ b/olly/base_settings.py @@ -174,4 +174,4 @@ LOGIN_REDIRECT_URL = '/' LOGIN_URL = '/login/' -SITE_VERSION = "1.0.1" +SITE_VERSION = "1.0.2" diff --git a/project-static/images/game-placeholder.jpg b/project-static/images/game-placeholder.jpg new file mode 100644 index 00000000..6bb9935d Binary files /dev/null and b/project-static/images/game-placeholder.jpg differ diff --git a/project-templates/matches/match_detail.html b/project-templates/matches/match_detail.html index 835487fb..86d4dd78 100644 --- a/project-templates/matches/match_detail.html +++ b/project-templates/matches/match_detail.html @@ -20,9 +20,11 @@