From 13052a58a6035c4b3f91addbefa7eacce906b9f1 Mon Sep 17 00:00:00 2001 From: praneethkumarpidugu Date: Wed, 6 Jul 2016 23:09:36 -0400 Subject: [PATCH] showing a warning when no results are returned --- section6/lesson1/index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/section6/lesson1/index.html b/section6/lesson1/index.html index e6265bd..6706a6f 100644 --- a/section6/lesson1/index.html +++ b/section6/lesson1/index.html @@ -81,16 +81,17 @@ {{ person.email }} {{ person.birthdate | date:"longDate" }} - - -
-

No results found for search term '{{ search }}'

-
- - + +
+ +
+

No results found for search term '{{ search }}'

+
+ +

Loading...