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