DmitrMakeev
commited on
Commit
•
d9ebd89
1
Parent(s):
43d5242
Update data_gc.html
Browse files- data_gc.html +3 -3
data_gc.html
CHANGED
@@ -55,9 +55,9 @@
|
|
55 |
<p>Total users: {{ total_users }}</p>
|
56 |
<table>
|
57 |
<tr>
|
58 |
-
<th
|
59 |
-
<th
|
60 |
-
<th
|
61 |
</tr>
|
62 |
{% for contact in contacts %}
|
63 |
<tr>
|
|
|
55 |
<p>Total users: {{ total_users }}</p>
|
56 |
<table>
|
57 |
<tr>
|
58 |
+
<th>Имя</th>
|
59 |
+
<th>Телефон</th>
|
60 |
+
<th>Почта</th>
|
61 |
</tr>
|
62 |
{% for contact in contacts %}
|
63 |
<tr>
|