Skip to content

Commit

Permalink
add removal requests and change removal link
Browse files Browse the repository at this point in the history
  • Loading branch information
mdamien committed Mar 4, 2018
1 parent c3d256c commit 7bbf136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extstats/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def ext(ext):
L.p('.description') / _nl2br(ext['full_description']),
L.small / (
'Are you the owner of the extension ?',
L.a('.removal-request', href='mailto:crx-removal@dam.io?subject=Extension removal request&body=' + str(ext.get('ext_id')) + '%0A%0A%0Aproof you are the owner of this extension:') / 'request removal from crx.dam.io',
L.a('.removal-request', href='mailto:crx-removal@dam.io?subject=crx.dam.io - Contact as owner&body=' + str(ext.get('ext_id')) + '%0A%0A%0Aproof you are the owner of this extension (own an email related to the extension / dashboard screenshot):') / 'Contact as owner',
),
L.hr,
L.pre('.pprint') / json.dumps(ext, indent=2, sort_keys=True)
Expand Down
5 changes: 5 additions & 0 deletions removal_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,8 @@
EXT_IDS.append('pfoaikaihbhndjmmaclikcmbfchpchca') # Sticker Market - Apr 20, 2017

EXT_IDS.append('glbmcmmkngpkbeepefcjheikbcgkkpja') # SmartSOCIAL CORE - May 28, 2017

EXT_IDS += [
'fnldlnogdgpgnepocacgmeilijjfnjmn',
'djacfmljogikgonehbbnjhbanjfacpon',
]

0 comments on commit 7bbf136

Please sign in to comment.