forked from mirrors/bookwyrm
uuids for content warners loaded correctly
This commit is contained in:
parent
80029f3137
commit
dccd9ac052
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{% with uuid as uuid %}
|
||||
{% load bookwyrm_tags %}
|
||||
{% with 0|uuid as uuid %}
|
||||
<div class="control">
|
||||
<div>
|
||||
<input type="radio" class="toggle-control" name="sensitive" value="false" id="hide-spoilers-{{ uuid }}" {% if not parent_status.content_warning %}checked{% endif %}>
|
||||
|
|
Loading…
Reference in a new issue