Fix page title on speaker pages

This commit is contained in:
Oliver Davies 2019-05-22 11:56:24 +01:00
parent 9fcaf65dcf
commit 0f5fc3353e

View file

@ -1,6 +1,6 @@
{% extends 'page' %}
{% block title %}{{ page.name }}{% endblock %}
{% block title %}{{ page.title }}{% endblock %}
{% block content_wrapper_inner %}
<div class="md:tw-flex tw--mx-4">