diff --git a/integraality/templates/queries.html b/integraality/templates/queries.html new file mode 100644 index 0000000..5738bf9 --- /dev/null +++ b/integraality/templates/queries.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block content %} +
+ All items with the property set + All items without the property set +
+{% endblock %} diff --git a/integraality/templates/queries_unknown_error.html b/integraality/templates/queries_unknown_error.html new file mode 100644 index 0000000..455010e --- /dev/null +++ b/integraality/templates/queries_unknown_error.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block content %} +
+

Something catastrophic happened when generating queries from page {{ page }}.

+

Please report this on Phabricator.

+

{{ error_type }}

+

{{ error_message }}

+
+{% endblock %}