Added a message to explain what frendships do

Signed-off-by: Nicolas Margulies <nicomarg@crans.org>
This commit is contained in:
Nicolas Margulies 2022-04-08 18:15:22 +02:00 committed by Yohann D'ANELLO
parent 633ab88b04
commit 319405d2b1
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 11 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% load static django_tables2 i18n %}
{% block profile_content %}
<div class="card bg-light">
<div class="card bg-light mb-3">
<h3 class="card-header text-center">
{% trans "Note friendships" %}
</h3>
@ -23,6 +23,16 @@ SPDX-License-Identifier: GPL-3.0-or-later
</div>
{% render_table trusting %}
</div>
<div class="alert alert-warning">
{% 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 %}
</div>
{% endblock %}
{% block extrajavascript %}