forked from leftypol/leftypol
Fixes Where are ip notes displayed #168, typographical error.
This commit is contained in:
parent
bbf201bc7b
commit
eefa9e3790
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue