From b2618e9404b84cc62d4becb02436233a0d53b375 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 25 Nov 2015 22:45:43 +0100 Subject: Rfactorization. Just a start... --- pyaggr3g470r/templates/management.html | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 pyaggr3g470r/templates/management.html (limited to 'pyaggr3g470r/templates/management.html') diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html deleted file mode 100644 index 72259551..00000000 --- a/pyaggr3g470r/templates/management.html +++ /dev/null @@ -1,31 +0,0 @@ -{% extends "layout.html" %} -{% block content %} -
-
-

{{ _('Your subscriptions') }}

-

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add a') }} {{ _('feed') }}.

-

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

- {{ _('Delete articles older than 10 weeks') }} -
-
-

{{ _('OPML import/export') }}

-
- {{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml) - -
-
- {{ _('Export feeds to OPML') }} -

{{ _('Data liberation') }}

-
- {{ _('Import account') }} (*.json) - -
-
- {{ _('Export account to JSON') }} -
-
-

{{ _('Export articles') }}

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