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
4bdd0799
Commit
4bdd0799
authored
Jan 12, 2015
by
Jason D Yeomans
Browse files
Fixed facebook account link on detailStudent
parent
be01a2e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/detailStudent.html
View file @
4bdd0799
...
...
@@ -38,8 +38,7 @@
<h4><i
class=
"fa fa-facebook fa-lg"
></i></h4>
</td>
<td>
<!-- {% if accounts.facebook %} <h4><a href="http://www.facebook.com/{{ accounts.facebook.0.uid }}" target="_blank">Facebook</a></h4> {% endif %} -->
<h4>
A Facebook account link
</h4>
{% if accounts.facebook %}
<h4><a
href=
"http://www.facebook.com/{{ accounts.facebook.0.uid }}"
target=
"_blank"
>
Facebook
</a></h4>
{% endif %}
</td>
</tr>
...
...
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