diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-08-27 20:51:40 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-08-27 20:51:40 +0200 |
commit | 3a24ed97b18c0843f7d989fbc5df91002a110955 (patch) | |
tree | e2b0db21fee9b0ddcf7af6f6ae5ddc9d3e215956 /accounts/templates | |
parent | comment code, minor bug fixes (diff) | |
download | scout-subs-3a24ed97b18c0843f7d989fbc5df91002a110955.tar.gz scout-subs-3a24ed97b18c0843f7d989fbc5df91002a110955.zip |
download images in jpeg, small improvements
Diffstat (limited to 'accounts/templates')
-rw-r--r-- | accounts/templates/accounts/terms.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/templates/accounts/terms.html b/accounts/templates/accounts/terms.html index c72e006..7a7b461 100644 --- a/accounts/templates/accounts/terms.html +++ b/accounts/templates/accounts/terms.html @@ -14,8 +14,8 @@ <div class="card-content"> <h5>Termini e condizioni</h5> <blockquote> - Termine 1 ecc...... - Cose + Creando un account accetti e comprendi i seguenti termini: <br> + Tutti i dati inseriti all'interno del sistema verranno condivisi con la persona a capo del gruppo di cui fai parte. </blockquote> </div> </div> |