diff options
Diffstat (limited to 'testing/templates/elif.html')
-rw-r--r-- | testing/templates/elif.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/templates/elif.html b/testing/templates/elif.html deleted file mode 100644 index ad0cbae..0000000 --- a/testing/templates/elif.html +++ /dev/null @@ -1 +0,0 @@ -{% if cond %}true{% elif check %}checked{% else %}false{% endif %} |