diff --git a/maps/templates/maps/account_settings.html b/maps/templates/maps/account_settings.html index 647b7ab..a64beb7 100644 --- a/maps/templates/maps/account_settings.html +++ b/maps/templates/maps/account_settings.html @@ -8,6 +8,7 @@

{% trans "Home" %}

{% trans 'Account settings' %}

+ {% include 'maps/partials/messages.html' %}
+ {% include 'maps/partials/messages.html' %} {% include 'maps/search--home.html' %}
{% include 'maps/filters.html' %} diff --git a/maps/templates/maps/individual_detail.html b/maps/templates/maps/individual_detail.html index f4577fe..5628c0f 100644 --- a/maps/templates/maps/individual_detail.html +++ b/maps/templates/maps/individual_detail.html @@ -32,7 +32,7 @@

{{ individual.first_name }} {{ individual.last_name }}

{% endif %} - + {% include 'maps/partials/messages.html' %}
{% trans 'tab group' %} diff --git a/maps/templates/maps/my_profiles.html b/maps/templates/maps/my_profiles.html index 227cc16..ae55312 100644 --- a/maps/templates/maps/my_profiles.html +++ b/maps/templates/maps/my_profiles.html @@ -8,11 +8,7 @@

{% trans 'Home' %}

{% trans 'My profiles' %}

- {% if messages %} - {% for message in messages %} - {% include 'maps/partials/notification.html' %} - {% endfor %} - {% endif %} + {% include 'maps/partials/messages.html' %}

{% trans 'Personal profile' %}

{% if user.has_profile %}