From 3f88f31f24563b7e020c33cb11dfbf4ee5cafee0 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 11 Nov 2013 23:16:12 +0100 Subject: Added search input in the layout template. --- pyaggr3g470r/templates/layout.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 8954f6e8..7a2b804a 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -15,6 +15,7 @@ @@ -56,6 +57,14 @@
  • Management
  • About
  • Logout
  • +
  • +
    + + + + +
    +
  • {% endif %} -- cgit