fix modify link
This commit is contained in:
parent
98214f8b84
commit
a33c76f84b
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@
|
||||||
<section class="single_column">
|
<section class="single_column">
|
||||||
<div class="box" id="per_person">
|
<div class="box" id="per_person">
|
||||||
<h3>Items per person</h3>
|
<h3>Items per person</h3>
|
||||||
<form action="{{ url_for('order_bp.modify_items', order_id=order.id) }}" method="post">
|
<form action="{{ url_for('order_bp.modify_items', order_slug=order.slug) }}" method="post">
|
||||||
<table class="table table-condensed">
|
<table class="table table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr><th>Total</th><th>Name</th><th>Items</th></tr>
|
<tr><th>Total</th><th>Name</th><th>Items</th></tr>
|
||||||
|
|
Loading…
Reference in a new issue