Fix review voting JS not showing removals

Fixes #474
This commit is contained in:
rubenwardy
2023-10-31 23:28:20 +00:00
parent 3279e00aa4
commit d4b1344f6a
7 changed files with 42 additions and 21 deletions

View File

@@ -27,7 +27,7 @@
{% block scriptextra %}
{% if current_user.is_authenticated %}
<script src="/static/js/quick_review_voting.js"></script>
<script src="/static/js/quick_review_voting.js?v=2"></script>
{% endif %}
{% endblock %}