Browse Source

Add FFTB as a possible choice of technologie (isp-format 0.1.2)

Gu1 10 years ago
parent
commit
e9eaab9243
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ffdnispdb/forms.py

+ 1 - 0
ffdnispdb/forms.py

@@ -101,6 +101,7 @@ class Unique(object):
 
 TECHNOLOGIES_CHOICES = (
     ('ftth', _('FTTH')),
+    ('fttb', _('FTTB')),
     ('dsl', _('DSL')),
     ('wifi', _('Wi-Fi')),
 )