Skip to content
Snippets Groups Projects
Verified Commit 60fcf436 authored by ornanovitch's avatar ornanovitch
Browse files

fix: re-implement requested profiles indicator (lost after having merged...

fix: re-implement requested profiles indicator (lost after having merged moderation <- bootstrap 5.3)
parent 1cdc320c
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,9 @@ ...@@ -80,6 +80,9 @@
href="{{ url_for("moderation.board") }}"> href="{{ url_for("moderation.board") }}">
{{ render_icon("person-fill-exclamation") }} {{ render_icon("person-fill-exclamation") }}
{% trans %}Moderation{% endtrans %} {% trans %}Moderation{% endtrans %}
{% if utils.pending_requests() %}
<span class="badge text-bg-warning" style="vertical-align: text-bottom">{{ utils.pending_requests() }}</span>
{% endif %}
</a> </a>
</li> </li>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment