diff --git a/umap/templates/umap/user_dashboard.html b/umap/templates/umap/user_dashboard.html index d8d4df2d..1f96a3c7 100644 --- a/umap/templates/umap/user_dashboard.html +++ b/umap/templates/umap/user_dashboard.html @@ -1,9 +1,14 @@ {% extends "umap/content.html" %} {% load i18n %} + +{% block head_title %} + {{ SITE_NAME }} - {% trans "My dashboard" %} +{% endblock head_title %} + {% block maincontent %} {% trans "Search my maps" as placeholder %}
-

{% blocktrans %}My dashboard{% endblocktrans %}

+

{% trans "My dashboard" %}

{% include "umap/search_bar.html" with action=request.get_full_path placeholder=placeholder %}