sidebar, navigation menu and breadcrumbs root not displayed on payment page

Closes #5755
This commit is contained in:
Serghei Mihai 2014-10-18 12:41:07 +02:00
parent a29ad3a7ed
commit d3280d1ff8
1 changed files with 7 additions and 1 deletions

View File

@ -56,4 +56,10 @@
{% endif %}
{% endblock content %}
% endblock content %}
{% block navigation %}
{% endblock %}
{% block breadcrumbs_root %}
{% endblock %}
{% block sidebar %}
{% endblock %}