mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-13 02:26:24 +01:00
Add state info to dashboard, improve stat change notifications, improve auth tests
This commit is contained in:
@@ -75,8 +75,8 @@ class UserProfile(models.Model):
|
||||
self.save(update_fields=['state'])
|
||||
notify(
|
||||
self.user,
|
||||
_('State Changed'),
|
||||
_('Your user state has been changed to %(state)s')
|
||||
_('State changed to: %s' % state),
|
||||
_('Your user\'s state is now: %(state)s')
|
||||
% ({'state': state}),
|
||||
'info'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user