From 001a8321166ca87e00178091b18a5b0fcc631090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Thu, 14 May 2020 22:30:28 +0200 Subject: [PATCH] Move the 'utils' template tags to the shared app --- .../templates/gestioncof/search_results.html | 2 +- gestioncof/templatetags/utils.py | 29 ----------------- .../templatetags/__init__.py | 0 shared/templatetags/search_utils.py | 32 +++++++++++++++++++ 4 files changed, 33 insertions(+), 30 deletions(-) rename {gestioncof => shared}/templatetags/__init__.py (100%) create mode 100644 shared/templatetags/search_utils.py diff --git a/gestioncof/templates/gestioncof/search_results.html b/gestioncof/templates/gestioncof/search_results.html index ba8b6580..126649b6 100644 --- a/gestioncof/templates/gestioncof/search_results.html +++ b/gestioncof/templates/gestioncof/search_results.html @@ -1,4 +1,4 @@ -{% load utils %} +{% load search_utils %}