]>
Commit | Line | Data |
---|---|---|
ec3ce598 NL |
1 | {% trans_default_domain 'FOSUserBundle' %} |
2 | ||
5c895a7f | 3 | {{ form_start(form, { 'action': path('fos_user_resetting_reset', {'token': token}), 'attr': { 'class': 'fos_user_resetting_reset' } }) }} |
ec3ce598 NL |
4 | <div class="card-content"> |
5 | <div class="row"> | |
6 | {{ form_widget(form) }} | |
7 | </div> | |
8 | <div class="card-action center"> | |
9 | <button class="btn waves-effect waves-light" type="submit" name="send"> | |
10 | {{ 'resetting.reset.submit'|trans }} | |
11 | <i class="mdi-content-send right"></i> | |
12 | </button> | |
13 | </div> | |
14 | </div> | |
15 | </form> |