Skip to content

Commit

Permalink
Add value to submit button on filiere::ajouter template
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoakes committed May 15, 2017
1 parent 878f2a4 commit 97bb58b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{{ form_label(form.nom) }} {{ form_widget(form.nom) }} {{ form_errors(form.nom) }}<br><br>
{{ form_label(form.description) }} {{ form_widget(form.description) }} {{ form_errors(form.description) }}
<br>
<input type="submit" class="btn"/>
<input type="submit" class="btn" value="Valider"/>
{{ form_end(form) }}


Expand Down

0 comments on commit 97bb58b

Please sign in to comment.