From d3ca747f2f317a901d6e5856e97d90957ba785b9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 15 Oct 2018 10:16:55 +0200 Subject: Updated some links --- src/web/templates/about.html | 6 +++--- src/web/templates/about_more.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/about.html b/src/web/templates/about.html index 54deaf11..bed2d0d0 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -7,11 +7,11 @@ {{ _('Newspipe is a news aggregator platform.') }} {{ _('You can easily install Newspipe on your server.') }} {{ _('Alternatively, you can deploy your own copy using this button:') }}

- https://www.herokucdn.com/deploy/button.png

+ https://www.herokucdn.com/deploy/button.png

{{ _('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 d530861f..136bd5b0 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