Browse Source

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

pull/40/head
Benjamin Southall 5 years ago
parent
commit
0439a9c6c5
  1. 2
      templates/mod/view_ip.html

2
templates/mod/view_ip.html

@ -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…
Cancel
Save