DmitrMakeev commited on
Commit
e8f3eac
·
verified ·
1 Parent(s): 336159f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -1
app.py CHANGED
@@ -1545,11 +1545,27 @@ mt_tl = {
1545
  'gcpc': 'gcpc'
1546
  }
1547
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1548
  mapp_templates = {
1549
  'avp': mt_avp,
1550
  'bhelp': mt_bhelp,
1551
  'gc': mt_gc,
1552
- 'tilda': mt_tl
 
1553
  }
1554
 
1555
  DATABASE_NAME3 = 'data_gc.db'
 
1545
  'gcpc': 'gcpc'
1546
  }
1547
 
1548
+ tl_quest = {
1549
+ 'name': 'name',
1550
+ 'phone': 'phone',
1551
+ 'email': 'email',
1552
+ 'pr2': 'pr2',
1553
+ 'utm_campaign': 'utm_campaign',
1554
+ 'utm_content': 'utm_content',
1555
+ 'utm_medium': 'utm_medium',
1556
+ 'utm_source': 'utm_source',
1557
+ 'utm_term': 'utm_term',
1558
+ 'gcpc': 'gcpc'
1559
+ }
1560
+
1561
+
1562
+
1563
  mapp_templates = {
1564
  'avp': mt_avp,
1565
  'bhelp': mt_bhelp,
1566
  'gc': mt_gc,
1567
+ 'tilda': mt_tl,
1568
+ 'quest': tl_quest
1569
  }
1570
 
1571
  DATABASE_NAME3 = 'data_gc.db'