diff --git a/social/apps.py b/social/apps.py index 1082e58..77d553d 100644 --- a/social/apps.py +++ b/social/apps.py @@ -3,4 +3,4 @@ from django.apps import AppConfig class SocialConfig(AppConfig): name = 'social' - verbose_name="Redes Sociales" + verbose_name = "Redes Sociales"