fix author not appear in /shop/hats

pull/146/head
Aevann 2023-05-05 07:59:46 +03:00
parent 61bc2dca35
commit 8701ecb261
1 changed files with 5 additions and 3 deletions

View File

@ -57,10 +57,12 @@
</thead> </thead>
<tbody> <tbody>
{% for hat in hats %} {% for item in hats %}
{% if SITE == 'rdrama.net' %} {% if SITE == 'rdrama.net' %}
{% set hat = hat[0] %} {% set hat = item[0] %}
{% set user = hat[1] %} {% set user = item[1] %}
{% else %}
{% set hat = item %}
{% endif %} {% endif %}
<tr> <tr>
<td> <td>