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

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) return redirect(sketches, order_id = order_id)
sketch_list = Sketch.objects.filter(order = curr_order) sketch_list = Sketch.objects.filter(order = curr_order)
#RequestConfig(request).configure(table)
return render(request, 'asuzr/sketches.html', { return render(request, 'asuzr/sketches.html', {
'order_id': order_id, 'order_id': order_id,
'sketch_list': sketch_list, 'sketch_list': sketch_list,

View File

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