rDrama/files/templates/search_users.html
2021-12-01 17:28:11 -06:00

9 lines
No EOL
231 B
HTML

{% extends "search.html" %}
{% block listing_template %}
<div class="flex flex-wrap -mx-2 overflow-hidden">
{% include "user_listing.html" %}
</div>
{% endblock %}
{% block listinglength %}{{users | length}}{% endblock %}