forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/templates/CHRISTMAS/search_users.html

9 lines
243 B
HTML
Raw Normal View History

2021-12-19 13:01:28 +00:00
{% extends "CHRISTMAS/search.html" %}
2021-12-14 22:48:37 +00:00
{% block listing_template %}
<div class="flex flex-wrap -mx-2 overflow-hidden">
2021-12-19 13:01:28 +00:00
{% include "CHRISTMAS/user_listing.html" %}
2021-12-14 22:48:37 +00:00
</div>
{% endblock %}
{% block listinglength %}{{users | length}}{% endblock %}