fix 500 error

pull/225/head
Aevann 2024-03-06 00:53:00 +02:00
parent a55de6a62d
commit 5b85ce1b04
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
{% include "popover.html" %}
{% set disable_votes = request.path.startswith('/@' and u != v) and v and v.admin_level < PERMS['ENABLE_VOTE_BUTTONS_ON_USER_PAGE'] %}
{% set disable_votes = request.path.startswith('/@') and u != v and v and v.admin_level < PERMS['ENABLE_VOTE_BUTTONS_ON_USER_PAGE'] %}
{% set post_permalinks = [] %}
{% for p in listing if can_see(v, p) %}