diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-16 12:04:17 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-16 12:04:17 +0100 |
commit | 2860697e53559981a58b4662a75c109d3aaeb97f (patch) | |
tree | f06cca4f24a9737fc3d45a35b6b71f85ca014344 | |
parent | Adde history.html template. (diff) | |
download | newspipe-2860697e53559981a58b4662a75c109d3aaeb97f.tar.gz newspipe-2860697e53559981a58b4662a75c109d3aaeb97f.tar.bz2 newspipe-2860697e53559981a58b4662a75c109d3aaeb97f.zip |
Updated about page.
-rw-r--r-- | pyaggr3g470r/templates/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index 7675887e..41dbe20c 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -3,8 +3,8 @@ <div class="container"> <div class="jumbotron"> <p>This software is under GPLv3 license. You are welcome to copy, modify or - redistribute the source code according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.<br /> - <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">Source code</a> of pyAggr3g470r.</p> + redistribute the <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/">source code</a> + according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.</pa> </div> </div><!-- /.container --> {% endblock %} |