diff --git a/umap/templates/umap/map_list.html b/umap/templates/umap/map_list.html index 9e7f7f3e..990b2acb 100644 --- a/umap/templates/umap/map_list.html +++ b/umap/templates/umap/map_list.html @@ -7,7 +7,9 @@
{{ map_inst.name }} {% with author=map_inst.get_author %} - {% trans "by" %} {{ author }} + {% if author %} + {% trans "by" %} {{ author }} + {% endif %} {% endwith %}