Skip to content

Commit

Permalink
switched to meaningful filtername
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Horner committed Feb 22, 2013
1 parent f7ffa8d commit 0d75618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Form/fields.html.twig
@@ -1,4 +1,4 @@
{% block phpcr_image_widget %} {% block phpcr_image_widget %}
{{ form_widget(form) }} {{ form_widget(form) }}
<img src="{{ form.vars.data | imagine_filter('phpcr_test') }}" alt="" /> <img src="{{ form.vars.data | imagine_filter('image_upload_thumbnail') }}" alt="" />
{% endblock %} {% endblock %}

0 comments on commit 0d75618

Please sign in to comment.