Skip to content

Commit eff3c54

Browse files
committed
render islamophobia
1 parent 2cf0b4b commit eff3c54

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def build_isps_data(limit=None):
100100
HateSiteResponseSiteUp
101101
)
102102

103-
if classification != 'splc':
103+
if classification != 'splc' and classification != 'islamophobia':
104104
classification = None
105105

106106
isps[isp].append([mask_site(site), is_site_up, classification])

templates/faqs.html.j2

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
<dl>
1717
<dt class="monospace">splc</dt>
18-
<dd>Website run by a Southern Poverty Law Center designated hate group or extremist</dd>
18+
<dd>Website for a Southern Poverty Law Center designated hate group or extremist</dd>
19+
<dt class="monospace">islamophobia</dt>
20+
<dd>Website for a CAIR designated Islamophobic organization or individual</dd>
1921
</dl>
2022

2123
<h2>How current is this?</h2>

0 commit comments

Comments
 (0)