From 0e42e6d8ce1a056b4426148651b741f345968be2 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 6 Apr 2016 23:45:06 +0200 Subject: major problems fixed. --- src/web/templates/management.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/management.html b/src/web/templates/management.html index 01179b5e..dc95a052 100644 --- a/src/web/templates/management.html +++ b/src/web/templates/management.html @@ -14,18 +14,18 @@
- {{ _('Export feeds to OPML') }} + {{ _('Export feeds to OPML') }}

{{ _('Data liberation') }}

{{ _('Import account') }} (*.json)

- {{ _('Export account to JSON') }} + {{ _('Export account to JSON') }}

{{ _('Export articles') }}

- HTML + HTML
{% endblock %} -- cgit