diff --git a/relationships/templates/relationships/success.html b/relationships/templates/relationships/success.html index a00d70e..8f01062 100644 --- a/relationships/templates/relationships/success.html +++ b/relationships/templates/relationships/success.html @@ -4,5 +4,5 @@ {% block content %}

{% trans "Success" %}

{% trans "You are " %}{% if add %}{% trans "now" %}{% else %}{% trans "no longer" %}{% endif %} {{ status.from_slug }} {{ to_user.username }}

-

{% blocktrans with to_user.username as to_user_username %}{{ to_user_username }}'s profile{% endblocktrans %}

+

{% blocktrans with username=to_user.username url=to_user.get_absolute_url %}View {{ username}}'s profile{% endblocktrans %}

{% endblock %}