From 319405d2b140031a98a6424b2e20f515be5b13a5 Mon Sep 17 00:00:00 2001 From: Nicolas Margulies Date: Fri, 8 Apr 2022 18:15:22 +0200 Subject: [PATCH] Added a message to explain what frendships do Signed-off-by: Nicolas Margulies --- apps/member/templates/member/profile_trust.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/apps/member/templates/member/profile_trust.html b/apps/member/templates/member/profile_trust.html index 47586f8b..1191e2cd 100644 --- a/apps/member/templates/member/profile_trust.html +++ b/apps/member/templates/member/profile_trust.html @@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% load static django_tables2 i18n %} {% block profile_content %} -
+

{% trans "Note friendships" %}

@@ -23,6 +23,16 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% render_table trusting %}
+ +
+ {% blocktrans trimmed %} + Adding someone as a friend enables them to initiate transactions coming + from your account (while keeping your balance positive). This is + designed to simplify using note kfet transfers to transfer money between + users. The intent is that one person can make all transfers for a group of + friends without needing additional rights among them. + {% endblocktrans %} +
{% endblock %} {% block extrajavascript %}