Browse Source

[enh] add isp url in embed map json for cube

Laurent Peuch 9 years ago
parent
commit
1e021087c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ffdnispdb/views.py

+ 1 - 0
ffdnispdb/views.py

@@ -85,6 +85,7 @@ def isp_map_data_cube():
         d['ffdn_member'] = isp.is_ffdn_member
         d['has_vpn'] = isp.has_technology("vpn")
         d['distribute_cube'] = isp.has_technology("cube")
+        d['url'] = isp.json.website
         d['popup'] = render_template('map_popup.html', isp=isp)
         data.append(d)