Skip to content

Commit

Permalink
Update detail.latte
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Sep 13, 2019
1 parent eb04a28 commit 3003902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<form n:name="form" class="{$formInfo->name|webalize}">
<form n:name="form" class="{$formInfo->getName()|webalize}">
<ul class="alert alert-danger" n:if="$form->hasErrors()">
<li n:foreach="$form->errors as $error">{$error}</li>
</ul>
Expand Down

0 comments on commit 3003902

Please sign in to comment.