From 780c93c3f167ca3df26229024e42843358b916ad Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 12 Jan 2017 19:21:15 +0100 Subject: Use 'else if' instead of 'elif' to align more with Rust --- testing/templates/elif.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 testing/templates/elif.html (limited to 'testing/templates/elif.html') 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 %} -- cgit