Fix uneven number of users on Browse page breaking templating

This commit is contained in:
Xevion
2022-03-27 11:20:33 -05:00
parent c8159c95b3
commit e01dbf4e16

View File

@@ -2,7 +2,7 @@
{% block content %}
<div class="user-list">
{% for user_row in users|batch(2, '&nbsp;') %}
{% for user_row in users|batch(2) %}
<div class="user-list-row">
{% for user in user_row %}
<div class="user-box">