fixed Create new order message on order edit
This commit is contained in:
parent
2cd5fca66b
commit
75f3b80acb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% if not current_user.is_anonymous() %}
|
{% if not current_user.is_anonymous() %}
|
||||||
<div class="col-md-push-4 col-md-6">
|
<div class="col-md-push-4 col-md-6">
|
||||||
<h3>Create new order:</h3>
|
<h3>Edit order:</h3>
|
||||||
<div class="row darker">
|
<div class="row darker">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<form method="post" action="{{ url_for('.order_edit', id=order_id) }}">
|
<form method="post" action="{{ url_for('.order_edit', id=order_id) }}">
|
||||||
|
|
Loading…
Reference in a new issue