aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-06 10:40:55 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-06 10:40:55 +0200
commitf8b61ef5e163607731b992f9fdf0ec5840e5daaf (patch)
treed50c273be4f27954909f53822de757184792ee67 /src/web/templates
parentRemoved refresh_rate column for the user table. (diff)
downloadnewspipe-f8b61ef5e163607731b992f9fdf0ec5840e5daaf.tar.gz
newspipe-f8b61ef5e163607731b992f9fdf0ec5840e5daaf.tar.bz2
newspipe-f8b61ef5e163607731b992f9fdf0ec5840e5daaf.zip
The export to HTML webzine functionality has been removed.
Diffstat (limited to 'src/web/templates')
-rw-r--r--src/web/templates/management.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/web/templates/management.html b/src/web/templates/management.html
index eaf1de31..2f5eda6f 100644
--- a/src/web/templates/management.html
+++ b/src/web/templates/management.html
@@ -24,9 +24,5 @@
<br />
<a href="{{ url_for('articles.export', format='JSON') }}" class="btn btn-default">{{ _('Export account to JSON') }}</a>
</div>
- <div class="well">
- <h1>{{ _('Export articles') }}</h1>
- <a href="{{ url_for('articles.export', format='HTML') }}" class="btn btn-default">HTML</a>
- </div>
</div><!-- /.container -->
{% endblock %}
bgstack15