Fixes Where are ip notes displayed #168, typographical error.

This commit is contained in:
Benjamin Southall 2019-08-18 07:38:02 +10:00
parent e65d0c9fdc
commit 0439a9c6c5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<legend>{{ notes|count }} {% trans notes_on_record %}</legend> <legend>{{ notes|count }} {% trans notes_on_record %}</legend>
</legend> </legend>
{% if notes and noteslength > 0 %} {% if notes and notes|length > 0 %}
<table class="modlog"> <table class="modlog">
<tr> <tr>
<th>{% trans 'Staff' %}</th> <th>{% trans 'Staff' %}</th>