diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2013-02-26 13:19:18 +0100 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2013-02-26 14:36:57 +0100 |
| commit | 33836cf88dd08ebd66d19ad7f732b12f089abd27 (patch) | |
| tree | 6a812006f1f3a1f3dc7e51e4d0417ca8aadc86ef /tests/template_tests/templates/test_include_error.html | |
| parent | 737a5d71f084ac804519c0bac33e2498d712bbb7 (diff) | |
Renamed some tests and removed references to modeltests/regressiontests.
Diffstat (limited to 'tests/template_tests/templates/test_include_error.html')
| -rw-r--r-- | tests/template_tests/templates/test_include_error.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template_tests/templates/test_include_error.html b/tests/template_tests/templates/test_include_error.html new file mode 100644 index 0000000000..6db959380e --- /dev/null +++ b/tests/template_tests/templates/test_include_error.html @@ -0,0 +1 @@ +{% include "missing.html" %}
\ No newline at end of file |
