fix page admin 'e' in tags
This commit is contained in:
parent
ec70861552
commit
cb41e962b0
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
{% for user in tags %}
|
||||
e <tr>
|
||||
<tr>
|
||||
<th scope="row">{{ user.id }}</th>
|
||||
<td> {{ user.name }}</td>
|
||||
<td> <span class="badge badge-sm align-vertical bg-info text-dark">{{ user.tag | safe }}</span> </td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue