add an alt to button submit

This commit is contained in:
Julien Fastré 2014-12-07 00:17:30 +01:00
parent 438345c1fb
commit 60d0f191c0

View File

@ -37,7 +37,7 @@
{{ form_rest(form) }}
<button class="sc-button green" type="submit"><i class="fa fa-plus"></i> {{ 'Add the person'|trans }}</button>
<button class="sc-button green" type="submit" alt="add a person"><i class="fa fa-plus"></i> {{ 'Add the person'|trans }}</button>
{{ form_end(form) }}
</div>