aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2019-05-22 15:25:03 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2019-05-22 15:25:03 +0200
commitc75ac73f146fb6916699e494f090bd753665f9d5 (patch)
treefa893e3b454c8d788ddb64db0aab079fa859abfc /src/web/templates
parentFeeds are now retrieved with requests. feedparser is only used for the parsing. (diff)
downloadnewspipe-c75ac73f146fb6916699e494f090bd753665f9d5.tar.gz
newspipe-c75ac73f146fb6916699e494f090bd753665f9d5.tar.bz2
newspipe-c75ac73f146fb6916699e494f090bd753665f9d5.zip
Removed Heroke deploy buttom from the about page.
Diffstat (limited to 'src/web/templates')
-rw-r--r--src/web/templates/about.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html
index bed2d0d0..78a29d44 100644
--- a/src/web/templates/about.html
+++ b/src/web/templates/about.html
@@ -6,8 +6,6 @@
<p>
{{ _('Newspipe is a news aggregator platform.') }}
{{ _('You can easily <a href="https://newspipe.readthedocs.io/en/latest/deployment.html">install Newspipe on your server</a>.') }}
- {{ _('Alternatively, you can deploy your own copy using this button:') }}</p>
- <a class="reference external image-reference" href="https://heroku.com/deploy?template=https://gitlab.com/newspipe/newspipe.git"><img alt="https://www.herokucdn.com/deploy/button.png" src="https://www.herokucdn.com/deploy/button.png" /></a></p>
<p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or
redistribute the <a href="https://gitlab.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>
bgstack15