summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/apps/userprofile/home.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html
index fa81009..b97b5d8 100644
--- a/templates/apps/userprofile/home.html
+++ b/templates/apps/userprofile/home.html
@@ -30,6 +30,8 @@ $(function() {
<a href="/name/id/{{m.name.id}}">More details about {{m.name.shortname}}...</a>
</div>
</div>
+ {% empty %}
+ <p style="padding: 5px;" class="ui-corner-all ui-state-highlight">You are not a member of any names</p>
{% endfor %}
</div>
<h3>Names</h3>
@@ -42,6 +44,8 @@ $(function() {
<a href="/name/id/{{n.id}}">More details about {{n.shortname}}...</a>
</div>
</div>
+ {% empty %}
+ <p style="padding: 5px;" class="ui-corner-all ui-state-highlight">You do not own any names</p>
{% endfor %}
</div>
{% endblock %} \ No newline at end of file