Skip to content

Commit

Permalink
Update register.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Basiński committed Sep 25, 2017
1 parent 0cba439 commit cda9294
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -21,9 +21,6 @@
{{ form_start(form, {'method': 'post', 'action': path('fos_user_registration_register'), 'attr': {'class': 'fos_user_registration_register'}}) }}

{{ form_widget(form) }}
<div>
<div class="g-recaptcha" data-sitekey="6Lc5wRQTAAAAALTIk8kwWNaOGv3g9A1O1nZQrVQ1"></div>
<input class="btn btn-lg btn-primary btn-block" type="submit" value="{{ 'registration.submit'|trans }}" />
</div>
{{ form_end(form) }}
{% endblock %}
{% endblock %}

0 comments on commit cda9294

Please sign in to comment.