diff options
Diffstat (limited to 'pages/shop/order/_id.fnl')
| -rw-r--r-- | pages/shop/order/_id.fnl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/shop/order/_id.fnl b/pages/shop/order/_id.fnl index 5c929a3..03ec0a9 100644 --- a/pages/shop/order/_id.fnl +++ b/pages/shop/order/_id.fnl @@ -15,7 +15,10 @@ (+ sum (* v.quantity v.price-per)))) [(HTML [:aside {} - (templates.header "/shop/order" authenticated?)]) + (templates.header "/shop/order" authenticated?) + (templates.address-block) + (templates.conditions-block) + (templates.contact-block)]) (HTML [:div {:class "content"} [:div {:class "back"} [:a {:href "/shop"} "⟵ Обратно к списку"]] |
