diff options
Diffstat (limited to 'templates/personindex.html')
-rw-r--r-- | templates/personindex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/personindex.html b/templates/personindex.html index 10ac7f6..5338bd7 100644 --- a/templates/personindex.html +++ b/templates/personindex.html @@ -22,7 +22,7 @@ <h2>All expoers</h2> <table class="searchable"> <tr> -{% for persons in personss %} +{% for persons in pcols %} <td> <table> |