Skip to content

Commit e14c1d9

Browse files
committed
OP-551: Fix flashes
1 parent 745ac81 commit e14c1d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Resources/views/WishlistDetails/index.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% extends '@SyliusShop/shared/layout/base.html.twig' %}
22

3-
{% import '@SyliusShop/shared/messages.html.twig' as messages %}
4-
53
{% set prefixes = ['bitbag_sylius_wishlist_plugin.wishlist'] %}
64

75
{% block title %}{{ 'bitbag_sylius_wishlist_plugin.ui.your_wishlist'|trans }} | {{ parent() }}{% endblock %}

src/Resources/views/WishlistDetails/index/content/body.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{% import '@SyliusShop/shared/messages.html.twig' as messages %}
2+
13
{% set wishlist = hookable_metadata.context.wishlist %}
24
{% set form = hookable_metadata.context.form %}
35

0 commit comments

Comments
 (0)