Fix delete portfolio flash message position
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<main class="home">
|
<main class="home">
|
||||||
{% include "fragments/flash.html" %}
|
|
||||||
|
|
||||||
{% if portfolios %}
|
{% if portfolios %}
|
||||||
{% set sticky_header = "home.new_portfolio" | translate %}
|
{% set sticky_header = "home.new_portfolio" | translate %}
|
||||||
{% else %}
|
{% else %}
|
||||||
@@ -21,6 +19,8 @@
|
|||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
<div class="about-cloud">
|
<div class="about-cloud">
|
||||||
|
{% include "fragments/flash.html" %}
|
||||||
|
|
||||||
<h1>{{ "home.head" | translate }}</h1>
|
<h1>{{ "home.head" | translate }}</h1>
|
||||||
|
|
||||||
<semi-collapsible-text inline-template>
|
<semi-collapsible-text inline-template>
|
||||||
|
Reference in New Issue
Block a user