Daniel García
5 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with
1 additions and
1 deletions
-
src/static/templates/admin/page.hbs
|
@ -1,6 +1,6 @@ |
|
|
<main class="container"> |
|
|
<main class="container"> |
|
|
<div id="users-block" class="my-3 p-3 bg-white rounded shadow"> |
|
|
<div id="users-block" class="my-3 p-3 bg-white rounded shadow"> |
|
|
<h6 class="border-bottom pb-2 mb-0">Registered Users {{urlpath}}</h6> |
|
|
<h6 class="border-bottom pb-2 mb-0">Registered Users</h6> |
|
|
|
|
|
|
|
|
<div id="users-list"> |
|
|
<div id="users-list"> |
|
|
{{#each users}} |
|
|
{{#each users}} |
|
|