zalf-rdm / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
0 stars 0 forks source link

Feature: Username unclear in profile view #92

Open mwallschlaeger opened 1 month ago

mwallschlaeger commented 1 month ago

when opening the profile view its unclear what the username of the current user is:

image

would be best to remote the line where only marce is written (geonode/profile/template/profile_detail.html):

{% block title %} {% trans "Profile of " %}{{ profile.first_name|default:profile.username }}{% endblock %}
...
  <h3>{{ profile.first_name|default:profile.name_long }}</h3>

to give another line of username: $username