Skip to content

Commit 7c3e982

Browse files
committed
Fix admin page
1 parent ac999b2 commit 7c3e982

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backend/src/main/resources/templates/admin.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
<td>{{lastName}}</td>
6363
<td>{{email}}</td>
6464
<td>rol</td>
65-
<td><a href="#">Edit</a></td>
66-
<td><a href="#">Delete</a></td>
6765
</tr>
6866
{{/users}}
6967
</tbody>
@@ -94,8 +92,6 @@
9492
<td>{{author}}</td>
9593
<td>{{course}}</td>
9694
<td>{{videoUrl}}</td>
97-
<td><a href="#">Edit</a></td>
98-
<td><a href="#">Delete</a></td>
9995
</tr>
10096
{{/lessons}}
10197
</tbody>

0 commit comments

Comments
 (0)