From 1b57e736b7bb158e285c2136c2c7c81953bd4005 Mon Sep 17 00:00:00 2001 From: Daniel W Bond Date: Fri, 26 May 2017 20:00:54 -0400 Subject: [PATCH] further simplification of social settings verification-- just boxes to check --- .../social/social_media_settings.html | 72 +++++++++---------- 1 file changed, 32 insertions(+), 40 deletions(-) diff --git a/roomlist/accounts/templates/social/social_media_settings.html b/roomlist/accounts/templates/social/social_media_settings.html index 7dd0809..de83757 100644 --- a/roomlist/accounts/templates/social/social_media_settings.html +++ b/roomlist/accounts/templates/social/social_media_settings.html @@ -12,132 +12,124 @@

-

Facebook

+

{% if accounts.facebook %} - -

Verified!

+ Facebook
-
{% else %} -

Verify

+ Facebook
{% endif %} +

-

Google

+

{% if accounts.google %} - -

Verified!

+ Google
-
{% else %} -

Verify

+ Google
{% endif %} +


-

Twitter

+

{% if accounts.twitter %} - -

Verified!

+ Twitter
-
{% else %} -

Verify

+ Twitter
{% endif %} +

-

Instagram

+

{% if accounts.instagram %} - -

Verified!

+ Instagram
{% else %} -
-

Verify

+ Instagram
{% endif %} +


-

Pinterest

+

{% if accounts.pinterest %} - -

Verified!

+ Pinterest
-
{% else %} -

Verify

+ Pinterest
{% endif %} +

-

Tumblr

+

{% if accounts.tumblr %} - -

Verified!

+ Tumblr
-
{% else %} -

Verify

+ Tumblr
{% endif %} +


-

Spotify

+

{% if accounts.spotify %} - -

Verified!

+ Spotify
-
{% else %} -

Verify

+ Spotify
{% endif %} +

-

Github

+

{% if accounts.github %} - -

Verified!

+ Github
-
{% else %} -

Verify

+ Github
{% endif %} +

-- GitLab