Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351f370 commit 552d145Copy full SHA for 552d145
1 file changed
README.md
@@ -115,7 +115,7 @@ Remplace VERSION by the supported version you want, v1 or v2
115
{% include 'RuianTwitterBootstrapBundle:Alert:bootstrap_v2.html.twig' %}
116
117
{% form_theme form_view 'RuianTwitterBootstrapBundle:Form:bootstrap_v2.html.twig' %}
118
- <form novalidate class="form-horizontal well" method="post" action="{{ path('JgalenskiDemoBundle_new') }}">
+ <form novalidate class="form-horizontal well" method="post" action="{{ path('RuianDemoBundle_new') }}">
119
{{ form_widget(form_view) }}
120
<div class="well">
121
<input type="submit" value="Save" class="btn" />
0 commit comments