Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/subscriptions.tmpl

Issue 29337941: Issue 3750 - Avoid re-generating subscription list for each locale (Closed)
Patch Set: Turned get_subscriptions into a global function Created March 9, 2016, 3:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « globals/get_subscriptions.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/subscriptions.tmpl
diff --git a/pages/subscriptions.tmpl b/pages/subscriptions.tmpl
index ba97537c5a94e10303bb5f8a45b9ba25ba14924f..426722ba0289b6308d0cd6cb02ece119650154c6 100644
--- a/pages/subscriptions.tmpl
+++ b/pages/subscriptions.tmpl
@@ -54,7 +54,7 @@ title=Known Adblock Plus subscriptions
{% from "includes/subscriptionList" import display_subscriptions %}
-{{ display_subscriptions(1|get_subscriptions) }}
+{{ display_subscriptions(get_subscriptions()) }}
<p>{{"Can't see your filter list here? <a href=\"mailto:subscriptionlist@adblockplus.org\">Send</a> the information you would like to be displayed here. Please note that in order to be included in this list your subscription must contain a comment at the beginning describing the origin of the filter list and the preferred way of contacting you if problems with your list occur. You should also be certain that when these issues arise you will be able to fix them in a reasonable amount of time."|translate("s2")}}</p>
« no previous file with comments | « globals/get_subscriptions.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld