diff options
Diffstat (limited to 'templates/film/list.tera')
-rw-r--r-- | templates/film/list.tera | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/film/list.tera b/templates/film/list.tera index e5676b8..d40b6bf 100644 --- a/templates/film/list.tera +++ b/templates/film/list.tera @@ -19,6 +19,7 @@ No films defined. {{ r.title }} {% if r.url -%}</a>{% endif -%} ({{ r.id }}) + </li> {% endfor -%} </ul> {% endif %} |