Browse Source

Make tooltip more informatively

devel
Dmitry Novikov 7 years ago
parent
commit
c35d8bc313
  1. 2
      abonapp/templates/abonapp/peoples.html

2
abonapp/templates/abonapp/peoples.html

@ -84,7 +84,7 @@
{# {% endif %}#}
</td>
<td class="col-xs-1">
<a href="{% url 'abonapp:abon_home' human.group_id human.username %}" title="{{ human.birth_day|date:'d E y' }}" data-toggle="tooltip">{{ human.username }}</a>
<a href="{% url 'abonapp:abon_home' human.group_id human.username %}" title="{% trans 'Date joined' %}: {{ human.birth_day|date:'d E y' }}" data-toggle="tooltip">{{ human.username }}</a>
</td>
<td class="hidden-xs">
{# {% if human.statcache %}#}

Loading…
Cancel
Save