aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/management.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/management.html')
-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