diff --git a/map/templates/map/map.html b/map/templates/map/map.html index 42ba423..3e7d4a7 100644 --- a/map/templates/map/map.html +++ b/map/templates/map/map.html @@ -10,6 +10,15 @@ {% block title %}Map{% endblock %} {% block content %} + {% if not friend.shares_location_to.all %} +
+

You're not sharing

+
+ You're not sharing your location with anyone.
+ {{ friend.is_shared_location_by.count }} user(s) are sharing their location with you. +
+
+ {% endif %}
{% endblock %}