From d5ad6134f819c016d7d58809abe02d884f580e2c Mon Sep 17 00:00:00 2001 From: Anastasia Date: Fri, 17 Jul 2015 22:08:54 +0500 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D0=BD=D1=83=D0=BB=D0=B0=20?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=8D=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asuzr/views.py | 1 - templates/asuzr/sketches.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/asuzr/views.py b/asuzr/views.py index 7c0f13a..85f4d3d 100644 --- a/asuzr/views.py +++ b/asuzr/views.py @@ -208,7 +208,6 @@ def sketches(request, order_id): return redirect(sketches, order_id = order_id) sketch_list = Sketch.objects.filter(order = curr_order) - #RequestConfig(request).configure(table) return render(request, 'asuzr/sketches.html', { 'order_id': order_id, 'sketch_list': sketch_list, diff --git a/templates/asuzr/sketches.html b/templates/asuzr/sketches.html index 23978e9..3e81d7e 100644 --- a/templates/asuzr/sketches.html +++ b/templates/asuzr/sketches.html @@ -38,7 +38,6 @@ {% endfor %} {% endif %} -{% endblock %} {% block additional %}
@@ -50,3 +49,4 @@
{% endblock %} +{% endblock %} \ No newline at end of file