From 39bcb05019424c3ddb7d46b34ec035881d577c33 Mon Sep 17 00:00:00 2001 From: George Drummond Date: Mon, 10 Jun 2019 15:36:34 -0400 Subject: [PATCH] Fix delete portfolio flash message position --- templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/home.html b/templates/home.html index 516c9107..dcd561b2 100644 --- a/templates/home.html +++ b/templates/home.html @@ -6,8 +6,6 @@ {% block content %}
- {% include "fragments/flash.html" %} - {% if portfolios %} {% set sticky_header = "home.new_portfolio" | translate %} {% else %} @@ -21,6 +19,8 @@ {% endcall %}
+ {% include "fragments/flash.html" %} +

{{ "home.head" | translate }}