From 1013c968ece8a6626f48710ca0506b482d3f63bc Mon Sep 17 00:00:00 2001 From: Stefan Koegl Date: Mon, 31 May 2010 18:16:59 +0200 Subject: [PATCH] add opml link to public-shared subscriptions --- mygpo/web/templates/share.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mygpo/web/templates/share.html b/mygpo/web/templates/share.html index ed9e3544..382ea143 100644 --- a/mygpo/web/templates/share.html +++ b/mygpo/web/templates/share.html @@ -21,7 +21,10 @@ {% else %} -
http://{{ site.domain }}/user/{{ user.username }}/subscriptions
+
+ http://{{ site.domain }}/user/{{ user.username }}/subscriptions ({% trans "Website" %})
+ http://{{ site.domain }}/user/{{ user.username }}/subscriptions.opml ({% trans "Download" %})
+

{% blocktrans %}You don't want everybody to see your subscriptions? Make them private so that you can give the link to people you trust.{% endblocktrans %}

{% endif %} -- 2.11.4.GIT