diff --git a/test_runner/testapp/templates/tags_test.haml b/test_runner/testapp/templates/tags_test.haml deleted file mode 100644 index c3d3012..0000000 --- a/test_runner/testapp/templates/tags_test.haml +++ /dev/null @@ -1,5 +0,0 @@ -- load utils - -%span - - if_url 'testapp.contact_test_tags' 'TAG1-YES' 'TAG1-NO' - - if_url 'testapp.contact_list' 'TAG2-YES' 'TAG2-NO' diff --git a/test_runner/testapp/templates/tags_test.html b/test_runner/testapp/templates/tags_test.html new file mode 100644 index 0000000..505c22b --- /dev/null +++ b/test_runner/testapp/templates/tags_test.html @@ -0,0 +1,5 @@ +{% load utils %} + + {% if_url 'testapp.contact_test_tags' 'TAG1-YES' 'TAG1-NO' %} + {% if_url 'testapp.contact_list' 'TAG2-YES' 'TAG2-NO' %} +