Commit 393871e2 authored by ibuler's avatar ibuler

修改bug

parent 53c3767b
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<tr> <tr>
<td>{{ user.id }}</td> <td>{{ user.id }}</td>
<td>{{ user.username }}</td> <td>{{ user.username }}</td>
<td><a href="../add_perm/?username={{ user.user.name }}">添加授权</a></td> <td><a href="../add_perm/?username={{ user.username }}">添加授权</a></td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment