changeset 1143:14334b2f2323

Update links on profile page.
author Brian Neal <bgneal@gmail.com>
date Wed, 09 Nov 2016 20:02:14 -0600
parents 7ff027160739
children c31008989a16
files sg101/templates/bio/view_profile.html
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/templates/bio/view_profile.html	Tue Nov 01 22:03:23 2016 -0500
+++ b/sg101/templates/bio/view_profile.html	Wed Nov 09 20:02:14 2016 -0600
@@ -21,9 +21,6 @@
 {% if this_is_me %}
 <h3>My Stuff</h3>
 <div class="stacked-for-small button-group">
-   <a class="success button" href="{% url 'bio-edit_profile' %}"
-      title="Edit your profile">
-      <i class="fi-torso"></i> Profile</a>
    <a class="button" href="{% url 'messages-inbox' %}"
       title="See your private messages">
       <i class="fi-comment"></i> Messages</a>
@@ -39,11 +36,17 @@
    <a class="button" href="{% url 'forums-manage_subscriptions' %}"
       title="Manage your forum subscriptions">
       <i class="fi-mail"></i> Subscriptions</a>
-   <a class="alert button" href="{% url 'accounts-password_change' %}"
+   <a class="button" href="{% url 'accounts-password_change' %}"
       title="Change your password">
       <i class="fi-key"></i> Password</a>
 </div>
 <h3>My Profile</h3>
+<div class="stacked-for-small button-group">
+   <a class="button" href="{% url 'bio-edit_profile' %}">
+      <i class="fi-wrench"></i> Edit Profile</a>
+   <a class="button" href="{% url 'bio-change_avatar' %}">
+      <i class="fi-torso"></i> Change Avatar</a>
+</div>
 {% else %}
 <div class="stacked-for-small button-group">
    <a class="button" href="{% send_pm_url subject.username %}"