diff --git a/templates/pages/browse.html b/templates/pages/browse.html index 70fad9f..a80203c 100644 --- a/templates/pages/browse.html +++ b/templates/pages/browse.html @@ -2,7 +2,7 @@ {% block content %}
- {% for user_row in users|batch(2, ' ') %} + {% for user_row in users|batch(2) %}
{% for user in user_row %}