@@ -22,7 +22,7 @@
|
||||
}
|
||||
</script>
|
||||
{% 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 %}
|
||||
|
||||
|
||||
@@ -6,7 +6,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 %}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<script src="/static/js/video_embed.js"></script>
|
||||
<script src="/static/js/gallery_carousel.js"></script>
|
||||
{% 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 %}
|
||||
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
|
||||
@@ -10,7 +10,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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user