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
536dbfab
Commit
536dbfab
authored
Oct 27, 2016
by
Daniel W Bond
Browse files
added links to connect two new social account providers on student settings page
parent
30b63f41
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/update_student.html
View file @
536dbfab
...
...
@@ -112,6 +112,35 @@
{% endif %}
</div>
<div
class=
"col-xs-6"
>
{% if accounts.pinterest %}
<p><i
class=
"fa fa-check-square-o"
></i>
Verified!
</p>
<h4><i
class=
"fa fa-pinterest-p fa-2x"
></i></h4>
<h4>
Pinterest
</h4>
{% else %}
<br
/>
<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>
<br
/>
<div
class=
"row text-center"
>
<div
class=
"col-xs-6"
>
{% if accounts.spotify %}
<p><i
class=
"fa fa-check-square-o"
></i>
Verified!
</p>
<h4><i
class=
"fa fa-spotify fa-2x"
></i></h4>
<h4>
Spotify
</h4>
{% else %}
<br
/>
<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"
>
{% if accounts.github %}
<p><i
class=
"fa fa-check-square-o"
></i>
Verified!
</p>
<h4><i
class=
"fa fa-github fa-2x"
></i></h4>
...
...
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