Skip to content

Instantly share code, notes, and snippets.

@wowo
Created October 18, 2011 19:43
Show Gist options
  • Save wowo/1296475 to your computer and use it in GitHub Desktop.
Save wowo/1296475 to your computer and use it in GitHub Desktop.
{% form_theme form _self %}
{% block _wowo_bundle_newsletterbundle_newslettertype_mailing_body_widget %}
{{ form_widget(form, { 'attr': {'class': 'tinymce'}}) }}
{% endblock %}
<form action="" method="post" {{ form_enctype(form) }} >
{{ form_widget(form) }}
<input type="submit" value="{% trans %}Send mailing{% endtrans %}"/>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment