From 2f8f7763334c547f8ccaa095dc1b3e0e30af21ea Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 15 Aug 2016 15:58:31 -0400 Subject: [PATCH] Fix template filename This commit fixes the filename for the others uncategorized failure template. The script looks for others.html and it doesn't find anything because the file is named other.html. This corrects the filename to fix the issue. Change-Id: I8232d184f8effb41654628c67d0900df618d1209 --- web/share/templates/{other.html => others.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename web/share/templates/{other.html => others.html} (100%) diff --git a/web/share/templates/other.html b/web/share/templates/others.html similarity index 100% rename from web/share/templates/other.html rename to web/share/templates/others.html