diff --git a/src/unfold/templates/unfold/helpers/add_link.html b/src/unfold/templates/unfold/helpers/add_link.html index eca319e1..a5007f86 100644 --- a/src/unfold/templates/unfold/helpers/add_link.html +++ b/src/unfold/templates/unfold/helpers/add_link.html @@ -9,8 +9,8 @@ {% endif %} {% if add_url %} -
- +
+ add
diff --git a/src/unfold/templates/unfold/helpers/navigation_user.html b/src/unfold/templates/unfold/helpers/navigation_user.html index 97ff7a4f..fec2bdb1 100644 --- a/src/unfold/templates/unfold/helpers/navigation_user.html +++ b/src/unfold/templates/unfold/helpers/navigation_user.html @@ -22,7 +22,9 @@
-
{{ user.get_full_name }}
+
+ {{ user.get_full_name|default:user.username }} +
{% if user.email %}
{{ user.email }}
diff --git a/src/unfold/templates/unfold/helpers/tab_actions.html b/src/unfold/templates/unfold/helpers/tab_actions.html index c208b374..eedf4b47 100644 --- a/src/unfold/templates/unfold/helpers/tab_actions.html +++ b/src/unfold/templates/unfold/helpers/tab_actions.html @@ -25,7 +25,5 @@ {% include "unfold/helpers/tab_action.html" with title=action.title link=action.path %} {% endfor %} - -
{% endif %}