fsd
This commit is contained in:
parent
1e4444d8f6
commit
04fa4ac451
1 changed files with 5 additions and 4 deletions
|
@ -112,10 +112,11 @@
|
||||||
|
|
||||||
{% if v %}
|
{% if v %}
|
||||||
{% set voted=c.voted %}
|
{% set voted=c.voted %}
|
||||||
|
{% if not voted and v.id == c.author_id %}
|
||||||
|
{% set voted=1 %}
|
||||||
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set voted=-2 %}
|
{% set voted=-2 %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if standalone and level==1 %}
|
{% if standalone and level==1 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue