Fixes Where are ip notes displayed #168, typographical error.
This commit is contained in:
parent
e65d0c9fdc
commit
0439a9c6c5
|
@ -18,7 +18,7 @@
|
|||
<legend>{{ notes|count }} {% trans notes_on_record %}</legend>
|
||||
</legend>
|
||||
|
||||
{% if notes and noteslength > 0 %}
|
||||
{% if notes and notes|length > 0 %}
|
||||
<table class="modlog">
|
||||
<tr>
|
||||
<th>{% trans 'Staff' %}</th>
|
||||
|
|
Loading…
Reference in New Issue