From: Jef van Schendel Date: Thu, 5 Jan 2012 14:58:03 +0000 (+0100) Subject: Always show 'Change account settings' link X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=34b4090cbf1f6ea62b9127f0ac96e748ad22b668;p=mediagoblin.git Always show 'Change account settings' link --- diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index 6b5c2b21..a50849b0 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -100,7 +100,6 @@ class="button_action"> {%- trans %}Edit profile{% endtrans -%} - {% else %}

@@ -108,7 +107,6 @@ This user hasn't filled in their profile (yet). {%- endtrans %}

-
{% endif %} {% else %}
@@ -120,11 +118,12 @@ {%- trans %}Edit profile{% endtrans -%} {% endif %} - {% if request.user and (request.user._id == user._id) %} - - {%- trans %}Change account settings{% endtrans -%} - - {% endif %} + {% endif %} + + {% if request.user and (request.user._id == user._id) %} + + {%- trans %}Change account settings{% endtrans -%} +
{% endif %}