Skip to content

Commit a6b97dc

Browse files
committed
update tests
1 parent a9ed8fc commit a6b97dc

File tree

5 files changed

+0
-4
lines changed

5 files changed

+0
-4
lines changed

db.sqlite3

0 Bytes
Binary file not shown.

task_manager/templates/labels/label_list.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ <h1 class="mt-1">{% translate "Labels" %}</h1>
1616
<th scope="col">ID</th>
1717
<th scope="col">{% translate "Name" %}</th>
1818
<th scope="col">{% translate "Created at" %}</th>
19-
<th></th>
2019
</tr>
2120
</thead>
2221
<tbody>

task_manager/templates/statuses/status_list.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ <h1 class="mt-1">{% translate "Statuses" %}</h1>
1616
<th scope="col">ID</th>
1717
<th scope="col">{% translate "Name" %}</th>
1818
<th scope="col">{% translate "Created at" %}</th>
19-
<th></th>
2019
</tr>
2120
</thead>
2221
<tbody>

task_manager/templates/tasks/task_list.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ <h1 class="mt-1">{% translate "Tasks" %}</h1>
3636
<th scope="col">{% translate "Executor" %}</th>
3737
<th scope="col">{% translate "Created at" %}</th>
3838
<th scope="col"></th>
39-
<th></th>
4039
</tr>
4140
</thead>
4241
<tbody>

task_manager/templates/users/user_list.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ <h1 class="mt-1">{% translate "Registered users" %}</h1>
1616
<th scope="col">{% translate "Username" %}</th>
1717
<th scope="col">{% translate "Full name" %}</th>
1818
<th scope="col">{% translate "Created at" %}</th>
19-
<th></th>
2019
</tr>
2120
</thead>
2221
<tbody>

0 commit comments

Comments
 (0)