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

Side by Side Diff: globals/has_string.py

Issue 29424810: Issue 5191 - Add Terms of Use to adblockplus.org homepage (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Took a stab at it Created April 28, 2017, 9:24 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | globals/platforms.py » ('j') | globals/platforms.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 from jinja2 import contextfunction
2
3 @contextfunction
4 def has_string(context, name, page=None):
juliandoucette 2017/04/28 21:56:01 Too bad get_string throws an exception :/ If we c
Jon Sonesen 2017/04/29 08:30:55 The thing is that we have it raise the exception s
juliandoucette 2017/05/02 08:39:17 Ack.
juliandoucette 2017/05/02 08:45:45 Done.
5 try:
6 if get_string(name, page):
7 return True
8 except:
9 return False
OLDNEW
« no previous file with comments | « no previous file | globals/platforms.py » ('j') | globals/platforms.py » ('J')

Powered by Google App Engine
This is Rietveld