diff --git a/common/templates/printorder_detail.html b/common/templates/printorder_detail.html index dec4ea2..c780479 100644 --- a/common/templates/printorder_detail.html +++ b/common/templates/printorder_detail.html @@ -1 +1,16 @@ -

{{ object }}

+{% extends 'partials/base.html' %} + +{% load staticfiles %} +{% load thumbnail %} +{% block content %} + + + {% include 'partials/header.html' %} +
+
+

Заявка на распечатку принята

+ + {% include 'partials/footer.html' %} +
+
+{% endblock %} \ No newline at end of file