Skip to content

Commit

Permalink
NetCommonsForm->create()にnovalidateを追加したことによる修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Sep 16, 2015
1 parent d14aa40 commit 31bda09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/BbsArticles/edit.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $bbsArticle['content'] = $this->data['BbsArticle']['content'];
</h1>

<div class="panel panel-default">
<?php echo $this->NetCommonsForm->create('BbsArticle', array('novalidate' => true)); ?>
<?php echo $this->NetCommonsForm->create('BbsArticle'); ?>
<div class="panel-body">

<?php echo $this->element('BbsArticles/edit_form'); ?>
Expand Down

0 comments on commit 31bda09

Please sign in to comment.