From 3cb17bf917d9c07dc31d9c6004893adb4cda778e Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 18 2016 10:07:05 +0000 Subject: made the search work on the user info page --- diff --git a/pagure/templates/user_info.html b/pagure/templates/user_info.html index c7a93d7..cc9f402 100644 --- a/pagure/templates/user_info.html +++ b/pagure/templates/user_info.html @@ -6,8 +6,8 @@ {% block header %} - + {% endblock %} @@ -79,4 +79,48 @@ }); }); + + {% endblock %}