Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Fixed bad vouch logic on edit profile view
Browse files Browse the repository at this point in the history
fix bug742424
  • Loading branch information
tallowen committed Apr 11, 2012
1 parent c566005 commit 8d46453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/phonebook/templates/phonebook/edit_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>{{ _('Edit Your Profile') }}</h1>
<a href="{{ url('profile', profile.vouched_by.user.username) }}" class="vouched">
{{ profile.vouched_by.display_name }}
</a>
{% elif profile.is_autovouched %}
{% elif profile.is_vouched %}
{{ _('You are automatically vouched!') }}
{% else %}
{% trans profile_url=absolutify(url('profile', user.username)) %}
Expand Down

0 comments on commit 8d46453

Please sign in to comment.