Browse Source

Use gravatar if user has it.

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

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

@@ -92,7 +92,7 @@ def create_users_settings_group(apps, schema_editor):
                 {
                     'setting': 'default_avatar',
                     'name': _("Default avatar"),
-                    'value': 'dynamic',
+                    'value': 'gravatar',
                     'form_field': 'select',
                     'field_extra': {
                         'choices': (