diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-19 07:31:44 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-19 07:31:44 +0200 |
commit | fd799e366a1860ef0d7645e8b6b366a2c6437a7f (patch) | |
tree | 588673192d8c0618d6f9f3be4b2d4010ba3e346d /pyaggr3g470r | |
parent | Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r (diff) | |
download | newspipe-fd799e366a1860ef0d7645e8b6b366a2c6437a7f.tar.gz newspipe-fd799e366a1860ef0d7645e8b6b366a2c6437a7f.tar.bz2 newspipe-fd799e366a1860ef0d7645e8b6b366a2c6437a7f.zip |
Added link to the issues page.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r-- | pyaggr3g470r/templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index 0caf20e3..4f42ed55 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -6,7 +6,7 @@ <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> + <p>{{ _('Find a bug? Report it <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/issues">here</a>.') }}</p> </div> </div><!-- /.container --> {% endblock %} |