From d26f086a437dcc2b23ef450af5fd64f3aa22a75f Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 16 Aug 2015 00:37:08 +0200 Subject: [PATCH] Use flask-assets. --- accountant/frontend/templates/layout.html | 37 ++++++++++++++--------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/accountant/frontend/templates/layout.html b/accountant/frontend/templates/layout.html index d6d0b2f..8e4c93f 100644 --- a/accountant/frontend/templates/layout.html +++ b/accountant/frontend/templates/layout.html @@ -21,7 +21,7 @@ Accountant - + @@ -32,6 +32,20 @@ + + {% assets 'frontend_css' %} + + {% endassets %} + + + + + + + + + + @@ -45,18 +59,6 @@ - - - - - - - - - - - - @@ -66,6 +68,11 @@ + + + + + @@ -84,7 +91,9 @@ - + {% assets "frontend_js" %} + + {% endassets %}