Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
0130b68d
Commit
0130b68d
authored
May 26, 2017
by
Daniel W Bond
Browse files
added pinterest and spotify back to the social media settings
parent
5c31f62b
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/social/social_media_settings.html
View file @
0130b68d
...
@@ -72,6 +72,20 @@
...
@@ -72,6 +72,20 @@
</div>
</div>
<br
/>
<br
/>
<div
class=
"row text-center"
>
<div
class=
"row text-center"
>
<div
class=
"col-xs-6"
>
{% if accounts.pinterest %}
<a
href=
"{% url 'remove_social' request.user.username 'pinterest' %}"
>
<p><i
class=
"fa fa-check-square-o"
></i>
Verified!
</p>
</a>
<h4><i
class=
"fa fa-pinterest-p fa-2x"
></i></h4>
<h4>
Pinterest
</h4>
{% else %}
<a
href=
"{% provider_login_url 'pinterest' process='connect' %}"
>
<h4><i
class=
"fa fa-pinterest-p fa-2x"
></i></h4>
<h4>
Pinterest
</h4>
</a>
{% endif %}
</div>
<div
class=
"col-xs-6"
>
<div
class=
"col-xs-6"
>
{% if accounts.tumblr %}
{% if accounts.tumblr %}
<a
href=
"{% url 'remove_social' request.user.username 'tumblr' %}"
>
<a
href=
"{% url 'remove_social' request.user.username 'tumblr' %}"
>
...
@@ -86,6 +100,23 @@
...
@@ -86,6 +100,23 @@
</a>
</a>
{% endif %}
{% endif %}
</div>
</div>
</div>
<br
/>
<div
class=
"row text-center"
>
<div
class=
"col-xs-6"
>
{% if accounts.spotify %}
<a
href=
"{% url 'remove_social' request.user.username 'spotify' %}"
>
<p><i
class=
"fa fa-check-square-o"
></i>
Verified!
</p>
</a>
<h4><i
class=
"fa fa-spotify fa-2x"
></i></h4>
<h4>
Spotify
</h4>
{% else %}
<a
href=
"{% provider_login_url 'spotify' process='connect' %}"
>
<h4><i
class=
"fa fa-spotify fa-2x"
></i></h4>
<h4>
Spotify
</h4>
</a>
{% endif %}
</div>
<div
class=
"col-xs-6"
>
<div
class=
"col-xs-6"
>
{% if accounts.github %}
{% if accounts.github %}
<a
href=
"{% url 'remove_social' request.user.username 'github' %}"
>
<a
href=
"{% url 'remove_social' request.user.username 'github' %}"
>
...
@@ -101,7 +132,6 @@
...
@@ -101,7 +132,6 @@
{% endif %}
{% endif %}
</div>
</div>
</div>
</div>
<br
/>
</div>
</div>
</div>
</div>
</div>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment