Use heading in trip list page title
This commit is contained in:
parent
ab74ebab34
commit
7d376b38f3
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{% from "macros.html" import trip_link, display_date_no_year, display_date, display_datetime, display_time with context %}
|
{% from "macros.html" import trip_link, display_date_no_year, display_date, display_datetime, display_time with context %}
|
||||||
|
|
||||||
{% block title %}Trips - Edward Betts{% endblock %}
|
{% block title %}{{ heading }} - Edward Betts{% endblock %}
|
||||||
|
|
||||||
{% block style %}
|
{% block style %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue