Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 552d145

Browse files
committed
Add Form Example into README
1 parent 351f370 commit 552d145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Remplace VERSION by the supported version you want, v1 or v2
115115
{% include 'RuianTwitterBootstrapBundle:Alert:bootstrap_v2.html.twig' %}
116116
117117
{% form_theme form_view 'RuianTwitterBootstrapBundle:Form:bootstrap_v2.html.twig' %}
118-
<form novalidate class="form-horizontal well" method="post" action="{{ path('JgalenskiDemoBundle_new') }}">
118+
<form novalidate class="form-horizontal well" method="post" action="{{ path('RuianDemoBundle_new') }}">
119119
{{ form_widget(form_view) }}
120120
<div class="well">
121121
<input type="submit" value="Save" class="btn" />

0 commit comments

Comments
 (0)