diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-19 07:26:38 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-19 07:26:38 +0200 |
commit | 77bd30d74967ae422a0f6b5f75743a5e0d1402ce (patch) | |
tree | af613a6b7c1ab83550b9b1b239805d68610a26e7 /pyaggr3g470r/templates | |
parent | Updated test of the nickname. (diff) | |
download | newspipe-77bd30d74967ae422a0f6b5f75743a5e0d1402ce.tar.gz newspipe-77bd30d74967ae422a0f6b5f75743a5e0d1402ce.tar.bz2 newspipe-77bd30d74967ae422a0f6b5f75743a5e0d1402ce.zip |
Updated about page.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/about.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index 63df2670..0caf20e3 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -2,9 +2,11 @@ {% block content %} <div class="container"> <div class="jumbotron"> + <p>{{ _('pyAggr3g470r is a simple news aggregator you can use everywhere.') }}</p> <p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or redistribute the <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/">source code</a> according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p> + <p>{{ _('Find a bug? Report it here.') }}</p> </div> </div><!-- /.container --> {% endblock %} |