remove defunct file

This commit is contained in:
Oliver Walters 2019-12-09 21:56:26 +11:00
parent 71c1faf9ff
commit fafd0397bc

View File

@ -1,11 +0,0 @@
{% extends "collapse.html" %}
{% load static %}
{% block collapse_title %}
<h4>{{ title }}</h4>
{% endblock %}
{% block collapse_content %}
{% include "order/po_table.html" %}
{% endblock %}