DmitrMakeev commited on
Commit
d9ebd89
1 Parent(s): 43d5242

Update data_gc.html

Browse files
Files changed (1) hide show
  1. 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>Name</th>
59
- <th>Phone</th>
60
- <th>Email</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>