修改bug

pull/6/head
ibuler 2015-01-21 23:45:28 +08:00
parent 53c3767b1b
commit 393871e214
1 changed files with 1 additions and 1 deletions

View File

@ -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>