Fixes star rating displays

This commit is contained in:
Mouse Reeve
2020-09-28 15:57:31 -07:00
parent 49e94f8e8e
commit a4d1985f86
13 changed files with 111 additions and 90 deletions

View File

@ -1,5 +1,5 @@
{% load fr_display %}
<div class="interaction">
<div class="nav level">
{% if request.user.is_authenticated %}
<form name="reply" action="/reply" method="post" onsubmit="return reply(event)">
{% csrf_token %}