From e9b0f10c534c10b239301a58f8c00a4effe9adbf Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 13 Oct 2015 22:43:45 +0300 Subject: AST 2fixes --- servo/templates/diagnostics/select_test.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 servo/templates/diagnostics/select_test.html (limited to 'servo/templates/diagnostics') diff --git a/servo/templates/diagnostics/select_test.html b/servo/templates/diagnostics/select_test.html new file mode 100644 index 0000000..95618f8 --- /dev/null +++ b/servo/templates/diagnostics/select_test.html @@ -0,0 +1,13 @@ +{% extends "modal.html" %} +{% load i18n %} +{% block header %}{% trans "Choose test to run" %}{% endblock header %} +{% block body %} + {% if error %} +

{{ error }}

+ {% endif %} + +{% endblock body %} -- cgit v1.2.3