Skip to content

Commit

Permalink
Fixed #142
Browse files Browse the repository at this point in the history
  • Loading branch information
Parziphal committed Jul 30, 2016
1 parent 193938b commit bf96cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/user/show_blocked_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<th>
<label for="ban_duration"><?= $this->t('user_duration') ?></label>
</th>
<td><?=$this->textField("ban", "duration", ['size' => '10']) ?></td>
<td><?=$this->textField("ban", "duration", ['size' => '10', 'required']) ?></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit bf96cc0

Please sign in to comment.