From d90469c1b3bf62fd7fc65d37dd4480fccad5e78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Mon, 26 Jan 2015 18:26:01 -0600 Subject: [PATCH] rrs: Add support for filter in recipes page. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- templates/rrs/recipes.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index c935249..c41d014 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -74,7 +74,7 @@ - +
@@ -106,7 +106,16 @@ {% endfor %}
Recipe
- - - +{% endblock %} + +{% block scripts %} + + {% endblock %}