From 9eea98bd79a10ec2ba866cc843d462f40a21ae33 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 29 Oct 2019 11:21:03 +0100 Subject: Updated URL to home page of the project. --- src/web/templates/about.html | 4 ++-- src/web/templates/about_more.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web/templates/about.html b/src/web/templates/about.html index 78a29d44..4cfafb79 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -7,9 +7,9 @@ {{ _('Newspipe is a news aggregator platform.') }} {{ _('You can easily install Newspipe on your server.') }}

{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or - redistribute the source code + redistribute the source code according to the Affero GPL license.') }}

-

{{ _('Found a bug? Report it here.') }}

+

{{ _('Found a bug? Report it here.') }}

{{ _('More information') }} {{ _('about this instance.') }}

diff --git a/src/web/templates/about_more.html b/src/web/templates/about_more.html index 136bd5b0..d4353a15 100644 --- a/src/web/templates/about_more.html +++ b/src/web/templates/about_more.html @@ -2,7 +2,7 @@ {% block content %}
    -
  • {{ _('Newspipe version') }}: {{newspipe_version}}
  • +
  • {{ _('Newspipe version') }}: {{newspipe_version}}
  • {{ _('Running on Heroku') }}: {{on_heroku}}
  • {{ _('Registration') }}: {{registration}}
  • {{ _('Python version') }}: {{python_version}}
  • -- cgit