Add in Rami's report template, and adjust the paths to use "reports" instead
[htsworkflow.git] / htsworkflow / frontend / templates / reports / report.html
diff --git a/htsworkflow/frontend/templates/reports/report.html b/htsworkflow/frontend/templates/reports/report.html
new file mode 100644 (file)
index 0000000..c134377
--- /dev/null
@@ -0,0 +1,11 @@
+{% extends "admin/base_site.html" %}
+
+{% if main %}
+{% block content %}
+ {{ main|safe }}
+
+{% endblock %}
+{% else %}
+    <p>No content. Can't create report.</p>
+{% endif %}