Fix page title on speaker pages
This commit is contained in:
parent
9fcaf65dcf
commit
0f5fc3353e
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue