Fix redacted icon
This commit is contained in:
parent
bcf3ad708a
commit
86a4aee7a6
|
@ -17,7 +17,7 @@
|
|||
<i class="fa-solid fa-book-bible"></i>
|
||||
</div>
|
||||
{% else %}
|
||||
{% if redacted != 0 %}
|
||||
{% if redacted is not None %}
|
||||
<div class="nowrap-child">
|
||||
<p>{{ redacted }} redacted</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue