diff --git a/templates/everyone.html b/templates/everyone.html index aafd7e4..c379bb5 100644 --- a/templates/everyone.html +++ b/templates/everyone.html @@ -24,16 +24,16 @@ {% block content %} -

{{ page_title }}

+

{{ page_title }}

-

Too cool for me

+

Too cool for me

-

Follows me!

+

Follows me!

@@ -73,6 +73,11 @@

Follows me!

c = $('#followsyounot ul'); $('#user__' + x).detach().appendTo(c); }); + var t0 = $('#followsyounot li').size(), + t1 = $('#followsyou li').size(); + $('#followsyounot .total').text('(' + t0 + ')'); + $('#followsyou .total').text('(' + t1 + ')'); + $('h2 .total').text('(' + t1 + '+' + t0 + '=' + (t1 + t0) + ')'); }); }