mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2025-01-21 19:35:59 +01:00
9 lines
253 B
HTML
9 lines
253 B
HTML
<div id="username_autocomplete">
|
|
{% if not preferences.theme.is_brutalist %}
|
|
<div class="tooltip is-tooltip-active is-tooltip-multiline is-tooltip-bottom"
|
|
data-tooltip="{{ users }}"></div>
|
|
{% else %}
|
|
|
|
{% endif %}
|
|
</div>
|