Rename speakers partial

This commit is contained in:
Oliver Davies 2019-05-29 21:11:42 +01:00
parent d5ec0564c7
commit 852b5a73d6
2 changed files with 1 additions and 1 deletions

View file

@ -40,7 +40,7 @@ use: [sessions, speakers]
{% endblock %}
{% block footer_top %}
{% include 'front-speakers' with {
{% include 'speakers' with {
speakers: data.speakers,
} %}