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
bookshare
Commits
6043926b
Commit
6043926b
authored
Apr 27, 2015
by
Daniel W Bond
Browse files
added link to name change
parent
b2168cea
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/core/templates/profile.html
View file @
6043926b
...
...
@@ -17,7 +17,11 @@ SRCT Bookshare • {{ student.user.get_full_name }}
<img
class=
"img-circle img-responsive"
src=
"{% gravatar_url student.user.email 75 %}"
>
</div>
<div
class=
"col-md-6"
>
<h2><strong>
{{ student.user.get_full_name }}
</strong></h2>
<h2><strong>
{{ student.user.get_full_name }}
</strong>
{% if student.user == request.user %}
<small><a
href=
"{% url 'name_change' %}"
>
(Edit)
</a></small>
{% endif %}
</h2>
</div>
<div
class=
"col-md-3 text-right"
>
{% if avg_stars %}
...
...
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