diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-06 07:51:11 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-06 07:51:11 +0200 |
commit | 9540d3341b6492b0c903b042288d3271988be4dd (patch) | |
tree | a457bd051fe41631ddd73f07737c4fac886ca0ae /src | |
parent | Added a page which displays some information about the instance. (diff) | |
download | newspipe-9540d3341b6492b0c903b042288d3271988be4dd.tar.gz newspipe-9540d3341b6492b0c903b042288d3271988be4dd.tar.bz2 newspipe-9540d3341b6492b0c903b042288d3271988be4dd.zip |
Updated about page.
Diffstat (limited to 'src')
-rw-r--r-- | src/web/templates/about.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html index c2d0ae4d..70ae0a5f 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -12,6 +12,7 @@ redistribute the <a href="https://github.com/newspipe/newspipe">source code</a> according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p> <p>{{ _('Found a bug? Report it <a href="https://github.com/newspipe/newspipe/issues">here</a>.') }}</p> + <p><a href="{{ url_for('about_more') }}">More information</a> about this instance.</p> </div> <div class="well"> <h1>{{ _('Help') }}</h1> |