mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2024-12-22 21:27:58 +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>
|