.. and update web viewer
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 25 May 2008 00:48:10 +0000 (02:48 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Sun, 25 May 2008 00:48:10 +0000 (02:48 +0200)
web/Regulatory.py

index d8494f6..a001672 100644 (file)
@@ -69,7 +69,7 @@ def _country(macro, countries, code):
         f.table_row(0),
     ])
 
-    for b, p in country.restrictions:
+    for b, p in country.permissions:
         flags = []
         for flag, val in band_flags.iteritems():
             if b.flags & val: