diff --git a/frontend/html/posts/show/battle.html b/frontend/html/posts/show/battle.html index 332baee02..4e4a3ea3c 100644 --- a/frontend/html/posts/show/battle.html +++ b/frontend/html/posts/show/battle.html @@ -87,6 +87,9 @@ {% block comments %}
+
+ +
{% battle_stats post comments %} {% if me and me.is_active_membership %} @@ -106,7 +109,7 @@
{% endif %} - + {% if comments %}
{% include "comments/list.html" with comments=comments reply_form=reply_form type="battle" %}