diff options
| author | Bobby <[email protected]> | 2023-05-31 19:04:10 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-31 19:04:10 -0400 |
| commit | f4ccc664189c8a6ac5e63e42900b325ac25352f1 (patch) | |
| tree | e48c43b1e9bc0dcccb52fffdf8f966b845f73fce | |
| parent | 20a385c69f91414701f42b4a514e77c2f6b6b270 (diff) | |
| download | thatcomputerscientist-f4ccc664189c8a6ac5e63e42900b325ac25352f1.tar.xz thatcomputerscientist-f4ccc664189c8a6ac5e63e42900b325ac25352f1.zip | |
Revert::Online users
| -rw-r--r-- | templates/blog/partials/sidebar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog/partials/sidebar.html b/templates/blog/partials/sidebar.html index b40d53b3..bc3a58be 100644 --- a/templates/blog/partials/sidebar.html +++ b/templates/blog/partials/sidebar.html @@ -316,7 +316,7 @@ </li> </ul> </div> -{% comment %} <div id="online-users" class="mtctitem"> +<div id="online-users" class="mtctitem"> <h2>Who's Online?</h2> <div> <p>In total, there {% if not anonymous_users|add:logged_in_users|add:admin_users == 1%}are{% else %}is{% endif %} {{ anonymous_users|add:logged_in_users|add:admin_users }} user{% if not anonymous_users|add:logged_in_users|add:admin_users == 1%}s{% endif %} online ::</p> @@ -327,4 +327,4 @@ </ul> <p>(Based on users active over the past 5 minutes)</p> </div> -</div> {% endcomment %} +</div> |
