rDrama/files/templates/search_users.html

9 lines
231 B
HTML
Raw Normal View History

2021-10-15 14:08:27 +00:00
{% extends "search.html" %}
{% block listing_template %}
2021-12-01 23:28:11 +00:00
<div class="flex flex-wrap -mx-2 overflow-hidden">
2021-10-15 14:08:27 +00:00
{% include "user_listing.html" %}
</div>
{% endblock %}
2021-09-24 00:14:22 +00:00
{% block listinglength %}{{users | length}}{% endblock %}