DmitrMakeev commited on
Commit
ac8d757
·
verified ·
1 Parent(s): 30ef553

Update contacts.html

Browse files
Files changed (1) hide show
  1. contacts.html +10 -10
contacts.html CHANGED
@@ -41,19 +41,19 @@
41
  </style>
42
  </head>
43
  <body>
44
- <h1>Contacts</h1>
45
  <table>
46
  <tr>
47
- <th>Name</th>
48
  <th>Email</th>
49
- <th>Phone</th>
50
- <th>PR1</th>
51
- <th>PR2</th>
52
- <th>PR3</th>
53
- <th>PR4</th>
54
- <th>PR5</th>
55
- <th>Date</th>
56
- <th>Time</th>
57
  </tr>
58
  {% for contact in contacts %}
59
  <tr>
 
41
  </style>
42
  </head>
43
  <body>
44
+ <h1>Абитуриенты</h1>
45
  <table>
46
  <tr>
47
+ <th>Имя</th>
48
  <th>Email</th>
49
+ <th>Телефон</th>
50
+ <th>utm_source</th>
51
+ <th>utm_medium</th>
52
+ <th>utm_campaign</th>
53
+ <th>utm_content</th>
54
+ <th>utm_term</th>
55
+ <th>Дата</th>
56
+ <th>МСК</th>
57
  </tr>
58
  {% for contact in contacts %}
59
  <tr>