restore registered users counter for myself

pull/134/head
Aevann 2023-02-24 23:55:47 +02:00
parent ff4e04a926
commit 4092d4b90b
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
{% if v and v.id == 1 %}
<a href="/users">
<h5 class="text-center mb-4">
Current registered users: {{current_registered_users()}}
</h5>
</a>
{% endif %}
{% if sub %}
{% set image=sub.sidebar_url %}
{% elif IS_FISTMAS() %}