Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

This commit is contained in:
Aevann1 2022-05-02 22:02:24 +02:00
commit 8921415b65

View file

@ -112,6 +112,9 @@
{% if v %}
{% set voted=c.voted %}
{% if not voted and v.id == c.author_id %}
{% set voted=1 %}
{% endif %}
{% else %}
{% set voted=-2 %}
{% endif %}