From 7c145da932191effab00f585664980d2e591b3df Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Wed, 15 Apr 2015 15:07:19 +0200 Subject: redoing full text search using SQL LIKE condition using main home design for displaying results --- pyaggr3g470r/templates/layout.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates/layout.html') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 484bbdc7..06567953 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -86,6 +86,7 @@
  • {{ _('Profile') }}
  • {{ _('Your data') }}
  • {% if g.user.is_admin() %} +
  • {{ _('About') }}
  • {{ _('Dashboard') }}
  • @@ -101,9 +102,15 @@