DmitrMakeev
commited on
Commit
•
51bf4e7
1
Parent(s):
d9ebd89
Update data_ras.html
Browse files- data_ras.html +4 -4
data_ras.html
CHANGED
@@ -51,13 +51,13 @@
|
|
51 |
</style>
|
52 |
</head>
|
53 |
<body>
|
54 |
-
<h1
|
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>
|
|
|
51 |
</style>
|
52 |
</head>
|
53 |
<body>
|
54 |
+
<h1>База планируемой рассылки</h1>
|
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>
|