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
a67fd3e1
Commit
a67fd3e1
authored
Nov 02, 2016
by
Daniel W Bond
Browse files
with the knowledge now of the response from the Pinterest account object, we can properly link
parent
0f6d3cfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/detailStudent.html
View file @
a67fd3e1
...
...
@@ -178,8 +178,8 @@
</td>
<td>
<!-- note that for Pinterest the user id and username is not the same -->
<h4><a
href=
"
https://www.pinterest.com/
{{ accounts.pinterest.0.extra_data.
id
}}"
target=
"_blank"
>
{{ accounts.pinterest.0.extra_data.username }}
</a></h4>
<h4><a
href=
"{{ accounts.pinterest.0.extra_data.
url
}}"
target=
"_blank"
>
Pinterest Account
</a></h4>
</td>
</tr>
{% endif %}
...
...
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