From 50143d67dd256c66baeae17c77d2c9f2f6b943ff Mon Sep 17 00:00:00 2001 From: Martin Macko Date: Thu, 11 Jun 2020 11:19:36 +0200 Subject: [PATCH] #241 Review --- .../migrations/0005_socialapp_remove_twitter_and_linkedin.py | 2 +- chcemvediet/templates/styleguide/colors/colors.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chcemvediet/apps/accounts/migrations/0005_socialapp_remove_twitter_and_linkedin.py b/chcemvediet/apps/accounts/migrations/0005_socialapp_remove_twitter_and_linkedin.py index 49a6df0d4..15ebec2bf 100644 --- a/chcemvediet/apps/accounts/migrations/0005_socialapp_remove_twitter_and_linkedin.py +++ b/chcemvediet/apps/accounts/migrations/0005_socialapp_remove_twitter_and_linkedin.py @@ -9,7 +9,7 @@ def forward(apps, schema_editor): SocialApp = apps.get_model(u'socialaccount', u'SocialApp') SocialAccount = apps.get_model(u'socialaccount', u'SocialAccount') - SocialApp.objects.filter(provider__in=[u'twitter', 'linkedin']).delete() + SocialApp.objects.filter(provider__in=[u'twitter', u'linkedin']).delete() SocialAccount.objects.filter(provider__in=[u'twitter', u'linkedin']).delete() def backward(apps, schema_editor): diff --git a/chcemvediet/templates/styleguide/colors/colors.html b/chcemvediet/templates/styleguide/colors/colors.html index ff9f7d1b4..094e3370f 100644 --- a/chcemvediet/templates/styleguide/colors/colors.html +++ b/chcemvediet/templates/styleguide/colors/colors.html @@ -52,6 +52,7 @@

Special colors

— — — + —