Parcourir la source

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

Laurent Peuch il y a 9 ans
Parent
commit
3e41a036ee
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      ffdnispdb/forms.py

+ 2 - 0
ffdnispdb/forms.py

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