diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-08-23 18:05:36 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-08-23 18:05:49 +0200 |
commit | 4123cd41079ed4cb48f05c2175817acaf7712f29 (patch) | |
tree | feaa8d9f23a35e198478a5d9f2048581350f7a97 /client/templates | |
parent | update version (diff) | |
download | scout-subs-4123cd41079ed4cb48f05c2175817acaf7712f29.tar.gz scout-subs-4123cd41079ed4cb48f05c2175817acaf7712f29.zip |
update terms and add terms page link
Diffstat (limited to 'client/templates')
-rw-r--r-- | client/templates/client/about.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/templates/client/about.html b/client/templates/client/about.html index 4ace6d3..2069dfe 100644 --- a/client/templates/client/about.html +++ b/client/templates/client/about.html @@ -16,6 +16,7 @@ <p> Versione: {{version}}<br>Commit ID: <a href="https://git.thearcway.org/mafaldo/scout-subs/commit/?id={{commitid}}">{{commitid}}</a> </p> + <a href={% url "terms" %}>Termini e condizioni</a> <h5>Licenza</h5> <blockquote> Copyright (C) 2020-22 Andrea Lepori<br><br> |