Browse Source

[enh] allow to add vpn and internet cube in isp creation form

Laurent Peuch 9 years ago
parent
commit
3e41a036ee
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ffdnispdb/forms.py

+ 2 - 0
ffdnispdb/forms.py

@@ -103,7 +103,9 @@ TECHNOLOGIES_CHOICES = (
     ('ftth', _('FTTH')),
     ('fttb', _('FTTB')),
     ('dsl', _('DSL')),
+    ('cube', _('Internet Cube')),
     ('wifi', _('Wi-Fi')),
+    ('vpn', _('VPN')),
 )