Removing reference to deleted template

The data processing jobs panel was referencing a
template that no longer exists.  The fix is to remove
the reference to that template since it is no longer
required.

Change-Id: I1e2acf46277355e6ef89a21572a7a742875f5135
Closes-Bug: #1417264
This commit is contained in:
Chad Roberts 2015-02-02 15:54:18 -05:00
parent ce8de85ecc
commit 007387d110
1 changed files with 0 additions and 1 deletions

View File

@ -84,6 +84,5 @@
}
};
</script>
{% include "project/data_processing.job_binaries/job_binaries_form_script.html" %}
{% endblock %}