7 lines
234 B
HTML

{% extends "base.html" %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
{% include 'item/update/_item_to_change.html' ignore missing %}
{% include 'item/update/price_change/price_change_form.html' %}
{% endblock %}