Fixes status field on report modal form

This commit is contained in:
Mouse Reeve 2022-01-30 08:36:20 -08:00
parent 6983884eaa
commit ae53b479f5
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@
{% csrf_token %}
<input type="hidden" name="reporter" value="{{ request.user.id }}">
<input type="hidden" name="user" value="{{ user.id }}">
{% if status %}
{% if status_id %}
<input type="hidden" name="statuses" value="{{ status_id }}">
{% endif %}
{% if link %}

View file

@ -3,7 +3,6 @@
{% load book_display_tags %}
{% load markdown %}
{% load i18n %}
{% load cache %}
{% if not hide_book %}
{% with book=status.book|default:status.mention_books.first %}