Skip to content

Commit

Permalink
Wrong variable name; #232
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Sep 3, 2016
1 parent ef1bd21 commit 8bdc91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/organization/users_table.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ extends user/users_table
- load i18n

block before_point_head
if can_edit
if is_admin
th.header

block before_point
if can_edit
if is_admin
td: form(action=kick_url, method='POST')
- csrf_token
input(type='hidden', name='user', value=user.id)
Expand Down

0 comments on commit 8bdc91a

Please sign in to comment.