rDrama/files/templates/search_users.html

9 lines
228 B
HTML
Raw Normal View History

2021-10-15 14:08:27 +00:00
{% extends "search.html" %}
{% block listing_template %}
<div class="row row-cols-1 row-cols-md-3 mt-3">
{% include "user_listing.html" %}
</div>
{% endblock %}
2021-09-24 00:14:22 +00:00
{% block listinglength %}{{users | length}}{% endblock %}