Вернула кнопки добавления эскизов

This commit is contained in:
Anastasia
2015-07-17 22:08:54 +05:00
parent 4e0fc324e0
commit d5ad6134f8
2 changed files with 1 additions and 2 deletions

View File

@@ -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,

View File

@@ -38,7 +38,6 @@
{% endfor %}
</ul>
{% endif %}
{% endblock %}
{% block additional %}
<div class="inline">
@@ -50,3 +49,4 @@
</form>
</div>
{% endblock %}
{% endblock %}