DmitrMakeev commited on
Commit
51bf4e7
1 Parent(s): d9ebd89

Update data_ras.html

Browse files
Files changed (1) hide show
  1. data_ras.html +4 -4
data_ras.html CHANGED
@@ -51,13 +51,13 @@
51
  </style>
52
  </head>
53
  <body>
54
- <h1>Contacts</h1>
55
  <p>Total users: {{ total_users }}</p>
56
  <table>
57
  <tr>
58
- <th>Name</th>
59
- <th>Phone</th>
60
- <th>Email</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>