From: Ravi Chintakunta Date: Thu, 6 Feb 2014 03:54:46 +0000 (-0500) Subject: toaster: Select a radio button by default in Filter Dialog X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8aa63143cc446227c69f64688b314c65b74604d8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: Select a radio button by default in Filter Dialog If none of the filter options in the filter dialog are active, then select the first radio button. Signed-off-by: Ravi Chintakunta --- diff --git a/lib/toaster/toastergui/templates/filtersnippet.html b/lib/toaster/toastergui/templates/filtersnippet.html index d4a4f328ced..4626ffecae7 100644 --- a/lib/toaster/toastergui/templates/filtersnippet.html +++ b/lib/toaster/toastergui/templates/filtersnippet.html @@ -1,3 +1,4 @@ +{% load projecttags %}