Browse Source

Added help text to users settings group

Rafał Pitoń 11 years ago
parent
commit
e132807d49
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misago/users/migrations/0002_users_settings.py

+ 1 - 0
misago/users/migrations/0002_users_settings.py

@@ -12,6 +12,7 @@ def create_users_settings_group(apps, schema_editor):
         {
         {
             'key': 'users',
             'key': 'users',
             'name': _("Users"),
             'name': _("Users"),
+            'description': _("Those settings control user accounts default behaviour and features availability."),
             'settings': (
             'settings': (
                 {
                 {
                     'setting': 'account_activation',
                     'setting': 'account_activation',